summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--bazarr/api.py1
1 files changed, 1 insertions, 0 deletions
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"]})