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:
parent
78a862099a
commit
6f61e25fb3
@ -82,7 +82,7 @@ class TraktNotifier:
|
|||||||
}
|
}
|
||||||
|
|
||||||
if trakt_id == 'tvdb_id':
|
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)
|
trakt_api.traktRequest("show/unwatchlist/%APIKEY%", data)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user