mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +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
|
||||
sickbeard.showQueueScheduler.action.addShow(indexer, indexer_id, show_dir, int(defaultStatus), newQuality,
|
||||
flatten_folders, subtitles, indexerLang, anime,
|
||||
flatten_folders, indexerLang, subtitles, anime,
|
||||
scene) # @UndefinedVariable
|
||||
ui.notifications.message('Show added', 'Adding the specified show into ' + show_dir)
|
||||
|
||||
|
|
Loading…
Reference in a new issue