Change how station logo default is returned

This commit is contained in:
Duncan Sommerville 2015-11-17 18:58:58 -05:00
parent e75d614537
commit 1571887928
5 changed files with 6 additions and 9 deletions

View file

@ -368,7 +368,7 @@ class Application_Service_PodcastService
self::addEscapedChild($channel, "language", $podcast->getDbLanguage());
self::addEscapedChild($channel, "copyright", $podcast->getDbCopyright());
$imageUrl = Application_Common_HTTPHelper::getStationUrl(false)."images/airtime_logo.png";
$imageUrl = Application_Common_HTTPHelper::getStationUrl(false)."api/station-logo";
$image = $channel->addChild("image");
$image->addChild("title", "image title");
self::addEscapedChild($image, "url", $imageUrl);