diff --git a/channels.json b/channels.json index 2d132bbe..7940575a 100644 --- a/channels.json +++ b/channels.json @@ -19,7 +19,7 @@ "dsda": "https://www.dsda.press", "eurostreaming": "https://eurostreaming.bid", "fastsubita": "https://fastsubita.xyz", - "filmgratis": "https://www.filmaltadefinizione.co", + "filmgratis": "https://www.filmaltadefinizione.me", "filmigratis": "https://filmigratis.org", "filmsenzalimiticc": "https://www.filmsenzalimiti01.online", "filmstreaming01": "https://filmstreaming01.com", diff --git a/platformcode/platformtools.py b/platformcode/platformtools.py index 6179df82..42a3aec4 100644 --- a/platformcode/platformtools.py +++ b/platformcode/platformtools.py @@ -885,10 +885,6 @@ 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' and item.channel != 'videolibrary': - # "Add to video library" - opciones.append(config.get_localized_string(30161)) - if default_action == 3: seleccion = len(opciones) - 1