mirror of
https://github.com/karl0ss/bazarr-ai-sub-generator.git
synced 2025-04-26 14:59:21 +01:00
fix sync_series
This commit is contained in:
parent
764f45e3f2
commit
ffc01d1b50
@ -39,4 +39,5 @@ def sync_series():
|
|||||||
}
|
}
|
||||||
|
|
||||||
response = requests.request("POST", url, headers=headers, data=payload)
|
response = requests.request("POST", url, headers=headers, data=payload)
|
||||||
return response.json()['data'][0]
|
if response.status_code == 204:
|
||||||
|
print('Updated Bazarr')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user