diff --git a/auto_subtitle/utils/bazarr.py b/auto_subtitle/utils/bazarr.py index 0e8b08b..e63f7ee 100644 --- a/auto_subtitle/utils/bazarr.py +++ b/auto_subtitle/utils/bazarr.py @@ -39,4 +39,5 @@ def sync_series(): } response = requests.request("POST", url, headers=headers, data=payload) - return response.json()['data'][0] \ No newline at end of file + if response.status_code == 204: + print('Updated Bazarr')