def videolibrary fix

This commit is contained in:
Alhaziel
2019-06-03 19:02:18 +02:00
parent 7591a9e206
commit 9b6bb89fcc

View File

@@ -489,7 +489,7 @@ def videolibrary(itemlist, item, typography='', function_level=1):
# Function_level is useful if the function is called by another function.
# If the call is direct, leave it blank
if item.contentType != 'episode':
if item.contentType == 'movie':
action = 'add_pelicula_to_library'
extra = 'findvideos'
contentType = 'movie'