mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-20 13:53:19 +01:00
Update Dockerfile for sqlite3, update models for cascade delete, fix backup schedule
This commit is contained in:
@@ -90,7 +90,7 @@ class DeviceInfo {
|
||||
setData(ip, ua, clientDeviceInfo, serverVersion, userId) {
|
||||
this.id = uuidv4()
|
||||
this.userId = userId
|
||||
this.deviceId = clientDeviceInfo?.deviceId || null
|
||||
this.deviceId = clientDeviceInfo?.deviceId || this.id
|
||||
this.ipAddress = ip || null
|
||||
|
||||
this.browserName = ua?.browser.name || null
|
||||
|
||||
Reference in New Issue
Block a user