mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-04 18:15:01 +02:00
fix: removes some warnings
This commit is contained in:
parent
cbd74d08e1
commit
ef46ad7a93
2 changed files with 4 additions and 4 deletions
|
@ -171,7 +171,7 @@ class ApiClient {
|
|||
]
|
||||
]
|
||||
ApiClient.postResource(endpoint: endpoint, parameters: parameters, decodable: PlaybackSession.self) { obj in
|
||||
var session = obj
|
||||
let session = obj
|
||||
|
||||
session.serverConnectionConfigId = Store.serverConfig!.id
|
||||
session.serverAddress = Store.serverConfig!.address
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue