mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-13 03:22:22 -05:00
Trait must use tvdbid
This commit is contained in:
parent
5d9c84a15e
commit
745b106013
@ -102,7 +102,7 @@ class TraktChecker():
|
||||
return
|
||||
else:
|
||||
helpers.chmodAsParent(showPath)
|
||||
sickbeard.showQueueScheduler.action.addShow(int(sickbeard.INDEXER_DEFAULT), int(indexerid), showPath, status,
|
||||
sickbeard.showQueueScheduler.action.addShow(1, int(indexerid), showPath, status,
|
||||
int(sickbeard.QUALITY_DEFAULT),
|
||||
int(sickbeard.FLATTEN_FOLDERS_DEFAULT))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user