diff --git a/bazarr/api.py b/bazarr/api.py index 95a9b8e03..aea8198aa 100644 --- a/bazarr/api.py +++ b/bazarr/api.py @@ -592,6 +592,7 @@ class SystemLogs(Resource): class SystemStatus(Resource): + @authenticate def get(self): system_status = {} system_status.update({'bazarr_version': os.environ["BAZARR_VERSION"]})