get_history's grandparent_rating_key to int()
This commit is contained in:
parent
6d26b19efd
commit
e660b8e69a
@ -127,7 +127,7 @@ def get_history(showkey):
|
||||
# Get the user history from Tautulli. Length matters!
|
||||
payload = {'apikey': TAUTULLI_APIKEY,
|
||||
'cmd': 'get_history',
|
||||
'grandparent_rating_key': showkey,
|
||||
'grandparent_rating_key': int(showkey),
|
||||
'length': 10000}
|
||||
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user