1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-13 11:32:20 -05:00
This commit is contained in:
Jamie 2014-08-20 11:31:52 +01:00
parent fea49167c5
commit e02490ee26

View File

@ -64,6 +64,8 @@ class TraktNotifier:
TraktCall("show/episode/unwatchlist/%API%", self._api(), self._username(), self._password(), data) TraktCall("show/episode/unwatchlist/%API%", self._api(), self._username(), self._password(), data)
if sickbeard.TRAKT_REMOVE_SERIESLIST: if sickbeard.TRAKT_REMOVE_SERIESLIST:
data_show = None
# URL parameters, should not need to recheck data (done above) # URL parameters, should not need to recheck data (done above)
data = { data = {
'tvdb_id': ep_obj.show.indexerid, 'tvdb_id': ep_obj.show.indexerid,