mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
varable
This commit is contained in:
parent
fea49167c5
commit
e02490ee26
@ -64,6 +64,8 @@ class TraktNotifier:
|
||||
TraktCall("show/episode/unwatchlist/%API%", self._api(), self._username(), self._password(), data)
|
||||
|
||||
if sickbeard.TRAKT_REMOVE_SERIESLIST:
|
||||
data_show = None
|
||||
|
||||
# URL parameters, should not need to recheck data (done above)
|
||||
data = {
|
||||
'tvdb_id': ep_obj.show.indexerid,
|
||||
|
Loading…
Reference in New Issue
Block a user