From 6c33a2490ed639b52e295cc22dce8a00d46293a2 Mon Sep 17 00:00:00 2001 From: Gilles Crettenand Date: Wed, 13 May 2015 15:57:30 +0200 Subject: [PATCH] new path for covers --- lib/AudioBook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/AudioBook.php b/lib/AudioBook.php index 9b0bf99..e28ba3f 100644 --- a/lib/AudioBook.php +++ b/lib/AudioBook.php @@ -158,7 +158,7 @@ class AudioBook extends DbMapping } if ($this->coverdisplay == 2) { - $this->cover = "http://fichiers.bsr-lausanne.ch:8089/Netbiblio3/images/covers/" . "Cover" . $this->id . "_Original.jpg"; + $this->cover = "http://fichiers.bibliothequesonore.ch:8089/netbiblio/images/covers/" . "Cover" . $this->id . "_Original.jpg"; } }