mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11:04 +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;
|
CZapitBouquet* gbouquet = pbouquet;
|
||||||
if (!group.empty())
|
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);
|
gbouquet = addBouquetIfNotExist(bname);
|
||||||
if (mode == MODE_WEBTV)
|
if (mode == MODE_WEBTV)
|
||||||
gbouquet->bWebtv = true;
|
gbouquet->bWebtv = true;
|
||||||
|
Reference in New Issue
Block a user