From 27e8ebd2eb21b95987016373f4074313e9351882 Mon Sep 17 00:00:00 2001 From: TangoCash Date: Tue, 21 Aug 2018 23:04:14 +0200 Subject: [PATCH] small fix in bname Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/2f79c50005747a246b82c9a4447ac3ffe15667dc Author: TangoCash Date: 2018-08-21 (Tue, 21 Aug 2018) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/zapit/src/bouquets.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/zapit/src/bouquets.cpp b/src/zapit/src/bouquets.cpp index 7aa0aa552..556e158a3 100644 --- a/src/zapit/src/bouquets.cpp +++ b/src/zapit/src/bouquets.cpp @@ -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;