Merge pull request #738 from cptjhmiller/dev

Set blank variable
This commit is contained in:
adam111316 2014-08-20 18:51:57 +08:00
commit acf4462a94

View file

@ -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,