diff --git a/plugin.video.alfa/addon.xml b/plugin.video.alfa/addon.xml index 0dfbb8c9..f83fb434 100755 --- a/plugin.video.alfa/addon.xml +++ b/plugin.video.alfa/addon.xml @@ -1,5 +1,5 @@ - + diff --git a/plugin.video.alfa/channels/cinedetodo.json b/plugin.video.alfa/channels/cinedetodo.json index 037cbb3b..94868116 100644 --- a/plugin.video.alfa/channels/cinedetodo.json +++ b/plugin.video.alfa/channels/cinedetodo.json @@ -8,7 +8,7 @@ "banner": "", "version": 1, "categories": [ - "movies" + "movie" ], "settings": [ { diff --git a/plugin.video.alfa/channels/cinemahd.json b/plugin.video.alfa/channels/cinemahd.json index 27d04684..99e3905a 100644 --- a/plugin.video.alfa/channels/cinemahd.json +++ b/plugin.video.alfa/channels/cinemahd.json @@ -8,7 +8,7 @@ "banner": "", "version": 1, "categories": [ - "movies" + "movie" ], "settings": [ { diff --git a/plugin.video.alfa/channels/cuevana3.json b/plugin.video.alfa/channels/cuevana3.json index 9734b502..d8824e24 100644 --- a/plugin.video.alfa/channels/cuevana3.json +++ b/plugin.video.alfa/channels/cuevana3.json @@ -8,7 +8,7 @@ "banner": "", "version": 1, "categories": [ - "movies" + "movie" ], "settings": [ { diff --git a/plugin.video.alfa/channels/newpct1.json b/plugin.video.alfa/channels/newpct1.json index 364395eb..4a0c0cfd 100644 --- a/plugin.video.alfa/channels/newpct1.json +++ b/plugin.video.alfa/channels/newpct1.json @@ -11,7 +11,6 @@ "tvshow", "anime", "torrent", - "latino", "documentary", "vos", "direct" diff --git a/plugin.video.alfa/channels/peliscity.json b/plugin.video.alfa/channels/peliscity.json index a9497196..e57b47bb 100755 --- a/plugin.video.alfa/channels/peliscity.json +++ b/plugin.video.alfa/channels/peliscity.json @@ -9,7 +9,7 @@ "categories": [ "movie", "direct", - "VOS" + "vos" ], "settings":[ { diff --git a/plugin.video.alfa/channels/seodiv.json b/plugin.video.alfa/channels/seodiv.json index 8f6aa61f..79241049 100755 --- a/plugin.video.alfa/channels/seodiv.json +++ b/plugin.video.alfa/channels/seodiv.json @@ -7,7 +7,7 @@ "thumbnail": "https://s32.postimg.cc/gh8lhbkb9/seodiv.png", "banner": "https://s31.postimg.cc/klwjzp7t7/seodiv_banner.png", "categories": [ - "tvshows" + "tvshow" ], "settings": [ { diff --git a/plugin.video.alfa/platformcode/xbmc_info_window.py b/plugin.video.alfa/platformcode/xbmc_info_window.py index b7efce30..557bff6c 100755 --- a/plugin.video.alfa/platformcode/xbmc_info_window.py +++ b/plugin.video.alfa/platformcode/xbmc_info_window.py @@ -2,7 +2,7 @@ import xbmcgui from core.tmdb import Tmdb -from platformcode import logger +from platformcode import config, logger ID_BUTTON_CLOSE = 10003 ID_BUTTON_PREVIOUS = 10025 @@ -217,7 +217,7 @@ class InfoWindow(xbmcgui.WindowXMLDialog): self.getControl(10009).setLabel(self.result.get("language", "N/A")) self.getControl(100010).setLabel(config.get_localized_string(60380)) self.getControl(100011).setLabel(self.result.get("puntuacion", "N/A")) - self.getControl(100012).setLabel(config.get_localized_string(60382) + self.getControl(100012).setLabel(config.get_localized_string(60382)) self.getControl(100013).setLabel(self.result.get("genre", "N/A")) if self.result.get("season"):