Added missing authentication on system/status API endpoint. #1467

This commit is contained in:
morpheus65535 2021-07-12 11:50:19 -04:00
parent 0a1ad41f9d
commit 2428399206
1 changed files with 1 additions and 0 deletions

View File

@ -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"]})