Add:Scan button on libraries table

This commit is contained in:
advplyr 2023-10-21 12:56:35 -05:00
parent d7264f8c22
commit 58b9a42c84
6 changed files with 17 additions and 22 deletions

View file

@ -179,8 +179,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()