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

Fixed for adding new shows

This commit is contained in:
echel0n 2014-06-12 13:38:59 -07:00
parent c9abdfbac2
commit a742c27f09

View File

@ -2457,7 +2457,7 @@ class NewHomeAddShows:
# add the show # add the show
sickbeard.showQueueScheduler.action.addShow(indexer, indexer_id, show_dir, int(defaultStatus), newQuality, sickbeard.showQueueScheduler.action.addShow(indexer, indexer_id, show_dir, int(defaultStatus), newQuality,
flatten_folders, subtitles, indexerLang, anime, flatten_folders, indexerLang, subtitles, anime,
scene) # @UndefinedVariable scene) # @UndefinedVariable
ui.notifications.message('Show added', 'Adding the specified show into ' + show_dir) ui.notifications.message('Show added', 'Adding the specified show into ' + show_dir)