diff --git a/bazarr/main.py b/bazarr/main.py index a9ef526e2..0cc6493cb 100644 --- a/bazarr/main.py +++ b/bazarr/main.py @@ -2018,7 +2018,7 @@ def perform_manual_upload_subtitle_movie(): def configured(): - System.update({System.configured: 1}).execute() + database.execute("UPDATE system SET configured = 1") @route(base_url + 'api/series/wanted')