def videolibrary fix
This commit is contained in:
+1
-1
@@ -489,7 +489,7 @@ def videolibrary(itemlist, item, typography='', function_level=1):
|
|||||||
# Function_level is useful if the function is called by another function.
|
# Function_level is useful if the function is called by another function.
|
||||||
# If the call is direct, leave it blank
|
# If the call is direct, leave it blank
|
||||||
|
|
||||||
if item.contentType != 'episode':
|
if item.contentType == 'movie':
|
||||||
action = 'add_pelicula_to_library'
|
action = 'add_pelicula_to_library'
|
||||||
extra = 'findvideos'
|
extra = 'findvideos'
|
||||||
contentType = 'movie'
|
contentType = 'movie'
|
||||||
|
|||||||
Reference in New Issue
Block a user