Fix ContentType per videoteca multicanale

This commit is contained in:
Alhaziel01
2020-07-18 09:32:43 +02:00
parent 0cf93d9d12
commit 0df61bcc43
2 changed files with 7 additions and 6 deletions
+2
View File
@@ -435,7 +435,9 @@ def save_tvshow(item, episodelist, silent=False):
logger.debug("NOT FOUND contentSerieName or code")
return 0, 0, -1, path # Salimos sin guardar
contentTypeBackup = item.contentType # Fix errors in some channels
scraper_return = scraper.find_and_set_infoLabels(item)
item.contentType = contentTypeBackup # Fix errors in some channels
# At this point we can have:
# scraper_return = True: An item with infoLabels with the updated information of the series
# scraper_return = False: An item without movie information (it has been canceled in the window)