From 9b6bb89fccadf4c527fdfe49de7e3af87d3394c1 Mon Sep 17 00:00:00 2001 From: Alhaziel Date: Mon, 3 Jun 2019 19:02:18 +0200 Subject: [PATCH] def videolibrary fix --- core/support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'