tvshow fix

This commit is contained in:
Alhaziel
2019-06-05 12:00:48 +02:00
parent 4d337576e3
commit 7f2fe7940d
6 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -229,7 +229,7 @@ def video(item):
# Controlla se sono Episodi o Film
if movie == '':
contentType = 'episode'
contentType = 'tvshow'
action = 'episodios'
else:
contentType = 'movie'