Fix Community Channels

This commit is contained in:
Alhaziel
2020-01-25 16:09:20 +01:00
committed by marco
parent 2a6f9b324d
commit 2831cfb784
2 changed files with 42 additions and 22 deletions
+1 -2
View File
@@ -941,8 +941,7 @@ def videolibrary(itemlist, item, typography='', function_level=1, function=''):
contentTitle=item.contentTitle if item.contentTitle else ''
if (function == 'findvideos' and contentType == 'movie') \
or (function == 'episodios' and contentType != 'movie') \
or function == 'get_seasons' and item.channel == 'community':
or (function == 'episodios' and contentType != 'movie'):
if config.get_videolibrary_support() and len(itemlist) > 0:
itemlist.append(
Item(channel=item.channel,