1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-12 11:02:21 -05:00

Fix for issue #891 - Trakt notifications failing

This commit is contained in:
echel0n 2014-11-29 02:24:30 -08:00
parent 78a862099a
commit 6f61e25fb3

View File

@ -82,7 +82,7 @@ class TraktNotifier:
}
if trakt_id == 'tvdb_id':
data['shows'][trakt_id] = ep_obj.show.indexerid
data['shows'][0][trakt_id] = ep_obj.show.indexerid
trakt_api.traktRequest("show/unwatchlist/%APIKEY%", data)