Skip to content

Commit

Permalink
[bouquetwriter] Make "Last Scanned" bouquet hideable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Huevos committed Nov 1, 2016
1 parent 12ac14b commit f32e225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AutoBouquetsMaker/src/scanner/bouquetswriter.py
Expand Up @@ -344,7 +344,7 @@ def buildBouquetsIndex(self, path, bouquetsOrder, providers, bouquetsToKeep, cur
hidden_non_abm_bouquet = []
display_empty_bouquet = ['userbouquet.favourites.tv', 'userbouquet.favourites.radio', 'userbouquet.LastScanned.tv']

if 'userbouquet.LastScanned.tv' not in bouquetsToKeep["tv"]:
if 'userbouquet.LastScanned.tv' not in bouquetsToKeep["tv"] and config.autobouquetsmaker.keepallbouquets.getValue():
bouquetsToKeep["tv"].append('userbouquet.LastScanned.tv')
if 'userbouquet.LastScanned.tv' not in currentBouquets["tv"]:
currentBouquets["tv"].append('userbouquet.LastScanned.tv')
Expand Down

0 comments on commit f32e225

Please sign in to comment.