mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-14 00:43:35 +02:00
neutrino: add localized bouquet names
Origin commit data
------------------
Branch: ni/coolstream
Commit: ad7d094635
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-09-04 (Tue, 04 Sep 2018)
Origin message was:
------------------
- neutrino: add localized bouquet names
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -79,10 +79,10 @@ int CFavorites::addChannelToFavorites(bool show_list)
|
||||
else
|
||||
{
|
||||
// -- check if Favorite Bouquet exists: if not, create it.
|
||||
bouquet_id = g_bouquetManager->existsUBouquet(g_Locale->getText(LOCALE_FAVORITES_BOUQUETNAME), true);
|
||||
bouquet_id = g_bouquetManager->existsUBouquet(DEFAULT_BQ_NAME_FAV, true);
|
||||
if (bouquet_id == -1) {
|
||||
g_bouquetManager->addBouquet(g_Locale->getText(LOCALE_FAVORITES_BOUQUETNAME), true);
|
||||
bouquet_id = g_bouquetManager->existsUBouquet(g_Locale->getText(LOCALE_FAVORITES_BOUQUETNAME), true);
|
||||
g_bouquetManager->addBouquet(DEFAULT_BQ_NAME_FAV, true);
|
||||
bouquet_id = g_bouquetManager->existsUBouquet(DEFAULT_BQ_NAME_FAV, true);
|
||||
// status |= 1;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user