Skip to content

Commit

Permalink
Change upcomingMinimumServerVersion to 10.10.0 to warn about upcoming…
Browse files Browse the repository at this point in the history
… 10.10 requirement
  • Loading branch information
nielsvanvelzen committed Oct 17, 2024
1 parent 354acf5 commit d96e23d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ interface ServerRepository {
val minimumServerVersion = Jellyfin.minimumVersion.copy(build = null)
val recommendedServerVersion = Jellyfin.apiVersion.copy(build = null)

val upcomingMinimumServerVersion = ServerVersion(10, 9, 11)
val upcomingMinimumServerVersion = ServerVersion(10, 10, 0)
}
}

Expand Down

0 comments on commit d96e23d

Please sign in to comment.