moved icon from channelselector to autoplay

This commit is contained in:
Alhaziel
2019-03-25 21:51:00 +01:00
committed by mac12m99
parent 2aadf8efa5
commit 0d33a9dfbf
2 changed files with 3 additions and 4 deletions
-2
View File
@@ -355,8 +355,6 @@ def thumb(itemlist=[]):
thumb = 'channels_movie' + suffix(item)
if 'serie' in item.title.lower():
thumb = 'channels_tvshow' + suffix(item)
if 'autoplay' in item.title.lower():
thumb = 'autoplay'
if 'novit' in item.title.lower():
thumb = 'news'
if 'cinema' in item.title.lower():