From 745f5c7a242f793eb60a013e8574a6c8dc670371 Mon Sep 17 00:00:00 2001 From: Alfa <30527549+alfa-addon@users.noreply.github.com> Date: Thu, 5 Apr 2018 15:54:08 -0500 Subject: [PATCH] Update unify.py --- plugin.video.alfa/platformcode/unify.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugin.video.alfa/platformcode/unify.py b/plugin.video.alfa/platformcode/unify.py index f83a4855..ecc63199 100644 --- a/plugin.video.alfa/platformcode/unify.py +++ b/plugin.video.alfa/platformcode/unify.py @@ -412,7 +412,6 @@ def title_format(item): # Compureba si estamos en findvideos, y si hay server, si es asi no se muestra el # titulo sino el server, en caso contrario se muestra el titulo normalmente. - # MODIFICADO: muestra también los títulos para findvideos, sino la información es muy escasa #logger.debug('item.title antes de server: %s'%item.title) if item.action != 'play' and item.server: @@ -421,7 +420,7 @@ def title_format(item): if item.quality == 'default': quality = '' #logger.debug('language_color: %s'%language_color) - item.title = '%s %s' % (server, item.title) #EL TITULO ES NECESARIO porque la calidad sola es insuficiente + item.title = '%s %s' % (server, set_color(quality,'quality')) if lang: item.title = add_languages(item.title, simple_language) #logger.debug('item.title: %s' % item.title)