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
1 changed files with 1 additions and 1 deletions

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