mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-07 02:23:38 +00:00
Fixed for adding new shows
This commit is contained in:
parent
c9abdfbac2
commit
a742c27f09
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue