From ee5d190391afffd037e09c04418a240f7ac67ecd Mon Sep 17 00:00:00 2001 From: sysadminstory Date: Wed, 17 Feb 2021 06:07:35 +0100 Subject: [PATCH] [RadioMelodieBridge] Fix header image (#1985) Header Image is now using a direct link to the image, but without the website base URL : the bridge now sends the right URL. --- bridges/RadioMelodieBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/RadioMelodieBridge.php b/bridges/RadioMelodieBridge.php index fb5aca6e..3df0d044 100644 --- a/bridges/RadioMelodieBridge.php +++ b/bridges/RadioMelodieBridge.php @@ -25,7 +25,7 @@ class RadioMelodieBridge extends BridgeAbstract { $picture = array(); // Get the Main picture URL - $picture[] = $this->rewriteImage($article->find('div[id=pictureTitleSupport]', 0)->find('img', 0)->src); + $picture[] = self::URI . $article->find('div[id=pictureTitleSupport]', 0)->find('img', 0)->src; $audioHTML = $article->find('audio'); // Add the audio element to the enclosure