1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-02-06 22:42:10 +00:00

Fix for configured() not working as expected.

This commit is contained in:
Louis Vézina 2019-11-05 22:35:27 -05:00
parent 184b4504d7
commit 4504c025af

View file

@ -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')