mirror of
https://github.com/jellyfin/jellyfin-sdk-kotlin.git
synced 2024-11-23 05:49:59 +00:00
Bump minimumVersion to 10.10
This commit is contained in:
parent
b4004adaa6
commit
2ff46767c9
@ -67,7 +67,7 @@ public class Jellyfin(
|
||||
/**
|
||||
* The minimum server version expected to work. Lower versions may work but are not supported.
|
||||
*/
|
||||
public val minimumVersion: ServerVersion = ServerVersion(10, 9, 0, 0)
|
||||
public val minimumVersion: ServerVersion = ServerVersion(10, 10, 0, 0)
|
||||
|
||||
/**
|
||||
* The exact server version used to generate the API. Should be equal or higher than [minimumVersion].
|
||||
|
Loading…
Reference in New Issue
Block a user