Fix viste, Serie TV, Stagione, Episodio

This commit is contained in:
Alhaziel01
2020-04-16 08:33:05 +02:00
parent 7b1b7c1737
commit 8dbd306657

View File

@@ -257,13 +257,13 @@ def set_view_mode(item, parent_item):
elif (item.contentType in ['tvshow'] and parent_item.action in ['peliculas']) \
or (item.channel in ['videolibrary'] and parent_item.action in ['list_tvshows']):
mode('tvshow', 'tvshow')
mode('tvshow', 'tvshows')
elif parent_item.action in ['get_seasons']:
mode('season', 'tvshow')
mode('season', 'tvshows')
elif parent_item.action in ['episodios', 'get_episodes']:
mode('episode', 'tvshow')
mode('episode', 'tvshows')
elif parent_item.action == 'findvideos':
mode('server', 'addons')