Fix Serie TV Online

This commit is contained in:
Alhaziel01
2020-08-06 19:06:56 +02:00
parent 39c3291826
commit 88d9ed5c55
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -286,7 +286,7 @@ def scrapeBlock(item, args, block, patron, headers, action, pagination, debug, t
# make formatted Title [longtitle]
s = ' - '
# title = episode + (s if episode and title else '') + title
longtitle = episode + (s if episode and title else '') + title + (s if title and title2 else '') + title2
longtitle = episode + (s if episode and (title or title2) else '') + title + (s if title and title2 else '') + title2
if sceneTitle:
from lib.guessit import guessit