mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-24 04:40:56 +03:00
Save the correct field to the server preferences
This commit is contained in:
parent
2da4f79098
commit
e3e8d36f5c
@ -708,7 +708,7 @@ open class RESTMusicService(
|
||||
// By registering a callback we ensure this info is saved in the database as well
|
||||
subsonicAPIClient.onProtocolChange = {
|
||||
Timber.i("Server minimum API version set to %s", it)
|
||||
activeServerProvider.setMinimumApiVersion(it.toString())
|
||||
activeServerProvider.setMinimumApiVersion(it.restApiVersion)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user