Fix Discovery +

This commit is contained in:
Alhaziel01
2022-03-04 16:15:41 +01:00
parent 93016aa588
commit b6cdc6bc92
2 changed files with 158 additions and 135 deletions

View File

@@ -497,7 +497,7 @@ def getCurrentView(item=None, parent_item=None):
elif parent_item.action in ['episodios', 'get_episodes'] or item.contentType == 'episode':
return 'episode', 'tvshows'
elif parent_item.action in ['get_seasons']:
elif parent_item.action in ['get_seasons', 'seasons']:
return 'season', 'tvshows'
elif parent_item.action in ['getmainlist', '', 'getchanneltypes']: