Package-level declarations
Types
Link copied to clipboard
The client information is used to identify the client.
Link copied to clipboard
Link copied to clipboard
The device information is used to identify the device the client application is running on.
Link copied to clipboard
data class ServerVersion(val major: Int, val minor: Int, val patch: Int, val build: Int? = null) : Comparable<ServerVersion>
Model to help with Jellyfin server versions. Use fromString to parse strings. The format is similar to SemVer.
Link copied to clipboard
Functions
Link copied to clipboard
Create a FileInfo from this byte array.