mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-07 06:53:40 +00:00
Fix for configured() not working as expected.
This commit is contained in:
parent
184b4504d7
commit
4504c025af
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue