Fix Titoli VVVVID

This commit is contained in:
Alhaziel
2019-10-01 12:23:57 +02:00
parent c889dfc383
commit 76b7dfba73

View File

@@ -125,6 +125,7 @@ def episodios(item):
title = match[0]+'x'+match[1] + ' - ' + item.fulltitle
else:
title = 'Episodio ' + key['number'].encode('ascii', 'replace') + ' - ' + key['title'],
if type(title) == tuple: title = title[0]
itemlist.append(
Item(
channel = item.channel,