Aggiunta Rinumerazione Manuale

This commit is contained in:
Alhaziel
2019-10-02 20:18:27 +02:00
parent ac7304623f
commit 2e37cae1db
5 changed files with 158 additions and 46 deletions
+1 -1
View File
@@ -814,7 +814,7 @@ def save_download(item):
del item.from_action
del item.from_channel
item.contentChannel = item.fromchannel if item.fromchannel else item.channel
item.contentChannel = item.from_channel if item.from_channel else item.channel
item.contentAction = item.fromaction if item.fromaction else item.action
if item.contentType in ["tvshow", "episode", "season"]: