mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-30 07:07:22 +02:00
Fix configs sharing an index
This commit is contained in:
@@ -43,7 +43,7 @@ public class AbsDatabase: CAPPlugin {
|
||||
|
||||
let config = ServerConnectionConfig()
|
||||
config.id = id ?? ""
|
||||
config.index = 1
|
||||
config.index = 0
|
||||
config.name = name
|
||||
config.address = address
|
||||
config.userId = userId
|
||||
|
||||
Reference in New Issue
Block a user