diff --git a/sickbeard/notifiers/trakt.py b/sickbeard/notifiers/trakt.py index 29a264a0..cc0e99fb 100644 --- a/sickbeard/notifiers/trakt.py +++ b/sickbeard/notifiers/trakt.py @@ -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,