1
0
mirror of https://github.com/karl0ss/bazarr-ai-sub-generator.git synced 2025-05-14 18:38:11 +01:00

fix sync_series

This commit is contained in:
Karl 2024-01-08 12:30:19 +00:00
parent 764f45e3f2
commit ffc01d1b50

@ -39,4 +39,5 @@ def sync_series():
}
response = requests.request("POST", url, headers=headers, data=payload)
return response.json()['data'][0]
if response.status_code == 204:
print('Updated Bazarr')