diff --git a/core/support.py b/core/support.py index b0ce3810..4e54c898 100644 --- a/core/support.py +++ b/core/support.py @@ -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'