mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-20 16:43:43 +00:00
Fixes issue #337
This commit is contained in:
parent
dea826c3ba
commit
bb4ef18fe3
1 changed files with 2 additions and 1 deletions
|
@ -2297,7 +2297,8 @@ class NewHomeAddShows:
|
|||
|
||||
if indexer is not None and indexer_id is not None:
|
||||
# add the show
|
||||
sickbeard.showQueueScheduler.action.addShow(indexer, indexer_id, show_dir, SKIPPED,
|
||||
sickbeard.showQueueScheduler.action.addShow(indexer, indexer_id, show_dir,
|
||||
sickbeard.STATUS_DEFAULT,
|
||||
sickbeard.QUALITY_DEFAULT,
|
||||
sickbeard.FLATTEN_FOLDERS_DEFAULT,
|
||||
sickbeard.SUBTITLES_DEFAULT, refresh=True)
|
||||
|
|
Loading…
Reference in a new issue