- tuxboxapi: remove obsolete Tuxbox.LogosURL from getLogoFile()

This commit is contained in:
vanhofen
2016-08-26 15:14:09 +02:00
committed by svenhoefer
parent 7ac0ed9093
commit 3e283469db
4 changed files with 6 additions and 6 deletions

View File

@@ -523,7 +523,7 @@ std::string CNeutrinoAPI::getCryptInfoAsString(void)
}
//-------------------------------------------------------------------------
std::string CNeutrinoAPI::getLogoFile(std::string _logoURL __attribute__((unused)), t_channel_id channelId)
std::string CNeutrinoAPI::getLogoFile(t_channel_id channelId)
{
std::string channelName = GetServiceName(channelId);
std::string logoString;