Skip to content

Commit

Permalink
Add app and serverVersion properties to response from /status
Browse files Browse the repository at this point in the history
  • Loading branch information
advplyr committed Nov 5, 2023
1 parent 7528518 commit 855877e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/Server.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ class Server {
// status check for client to see if server has been initialized
// server has been initialized if a root user exists
const payload = {
app: 'audiobookshelf',
serverVersion: version,
isInit: Database.hasRootUser,
language: Database.serverSettings.language,
authMethods: Database.serverSettings.authActiveAuthMethods,
Expand Down

0 comments on commit 855877e

Please sign in to comment.