mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-09 12:12:43 +02:00
Merge master
This commit is contained in:
@@ -198,8 +198,7 @@ class SocketAuthority {
|
||||
|
||||
const initialPayload = {
|
||||
userId: client.user.id,
|
||||
username: client.user.username,
|
||||
librariesScanning: this.Server.getLibrariesScanning()
|
||||
username: client.user.username
|
||||
}
|
||||
if (user.isAdminOrUp) {
|
||||
initialPayload.usersOnline = this.getUsersOnline()
|
||||
|
||||
Reference in New Issue
Block a user