mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 08:53:37 +00:00
commit
acf4462a94
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue