1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

Small correction for mass update fix.

This commit is contained in:
echel0n 2014-06-04 00:16:43 -07:00
parent 272ecd0ab8
commit 5beb45d29d

View File

@ -3278,31 +3278,14 @@ class Home:
except exceptions.CantRefreshException, e:
errors.append("Unable to refresh this show: " + ex(e))
if paused:
showObj.paused = paused
if air_by_date:
showObj.air_by_date = air_by_date
if scene:
showObj.scene = scene
if sports:
showObj.sports = sports
if anime:
showObj.anime = anime
if subtitles:
showObj.subtitles = subtitles
if indexer_lang:
showObj.lang = indexer_lang
if dvdorder:
showObj.dvdorder = dvdorder
if archive_firstmatch:
showObj.archive_firstmatch = archive_firstmatch
if rls_ignore_words: