Change how station logo default is returned
This commit is contained in:
parent
e75d614537
commit
1571887928
5 changed files with 6 additions and 9 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue