mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
small fix in bname
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2f79c50005
Author: TangoCash <eric@loxat.de>
Date: 2018-08-21 (Tue, 21 Aug 2018)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -993,7 +993,8 @@ void CBouquetManager::loadWebchannels(int mode)
|
||||
CZapitBouquet* gbouquet = pbouquet;
|
||||
if (!group.empty())
|
||||
{
|
||||
std::string bname = (mode == MODE_WEBTV) ? "WebTV " : "WebRadio " + group;
|
||||
std::string bname = (mode == MODE_WEBTV) ? "[WebTV] " : "[WebRadio] ";
|
||||
bname += group;
|
||||
gbouquet = addBouquetIfNotExist(bname);
|
||||
if (mode == MODE_WEBTV)
|
||||
gbouquet->bWebtv = true;
|
||||
|
Reference in New Issue
Block a user