From 8a207c757b42eb311dbbeab1ca4accf792453aa4 Mon Sep 17 00:00:00 2001 From: cttynul Date: Sat, 6 Apr 2019 18:33:01 +0200 Subject: [PATCH] [genio.py] now server and item title are separated by a "-" --- plugin.video.alfa/channels/ilgeniodellostreaming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.video.alfa/channels/ilgeniodellostreaming.py b/plugin.video.alfa/channels/ilgeniodellostreaming.py index bf912ab4..2a080585 100644 --- a/plugin.video.alfa/channels/ilgeniodellostreaming.py +++ b/plugin.video.alfa/channels/ilgeniodellostreaming.py @@ -362,7 +362,7 @@ def findvideos(item): itemlist = servertools.find_video_items(data=data) for videoitem in itemlist: - videoitem.title = item.title + videoitem.title + videoitem.title = item.title + " - " + videoitem.title videoitem.fulltitle = item.fulltitle videoitem.show = item.show videoitem.thumbnail = item.thumbnail