From 6601d961f4891dc4b07fc5cfed5b89526708e26e Mon Sep 17 00:00:00 2001 From: marco Date: Wed, 13 May 2020 22:41:16 +0200 Subject: [PATCH] fix aggiungi in videoteca --- platformcode/platformtools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformcode/platformtools.py b/platformcode/platformtools.py index d71cb977..d9f85ae9 100644 --- a/platformcode/platformtools.py +++ b/platformcode/platformtools.py @@ -1089,7 +1089,7 @@ def get_dialogo_opciones(item, default_action, strm, autoplay): # "Add to Favorites" opciones.append(config.get_localized_string(30155)) - if not strm and item.contentType == 'movie': + if not strm and item.contentType == 'movie' and item.channel != 'videolibrary': # "Add to video library" opciones.append(config.get_localized_string(30161))