mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +02:00
- controlapi: add missing radio flag to xmltv.m3u
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -3358,6 +3358,8 @@ void CControlAPI::xmltvm3uCGI(CyhookHandler *hh)
|
||||
result += " tvg-logo=\"" + host + NeutrinoAPI->getLogoFile(channel->getChannelID()) + "\"";
|
||||
else
|
||||
result += " tvg-logo=\"\"";
|
||||
if (mode == CZapitClient::MODE_RADIO)
|
||||
result += " radio=\"true\"";
|
||||
result += " group-prefix=\"" + std::string(hostname) + "\"";
|
||||
result += " group-title=\"" + bouq_name + "\",";
|
||||
result += channel->getName() + "\n";
|
||||
|
Reference in New Issue
Block a user