fix novità su kodi 19 e altri fix minori

This commit is contained in:
marco
2020-12-30 11:27:18 +01:00
parent 4fba90059f
commit 44b5cfac27
8 changed files with 17 additions and 17 deletions

View File

@@ -142,7 +142,7 @@ servers = []
channels = []
channel_list = channelselector.filterchannels("all") if 'KOD_TST_CH' not in os.environ else [Item(channel=os.environ['KOD_TST_CH'], action="mainlist")]
logger.info(channel_list)
logger.info([c.channel for c in channel_list])
ret = []
logger.record = True