Sort
public struct Sort : Codable, Equatable, Hashable
The sort fields for JSON requests (Global Kodi Type)
-
The ID of the sort
Note
Not in use for KodiAPI but for internal sorting ofKodiItem
sDeclaration
Swift
public var id: String
-
The method
Declaration
Swift
public var method: Method
-
The order
Declaration
Swift
public var order: Order
-
Use artist sort name
Declaration
Swift
public var useartistsortname: Bool
-
The sort method (SwiftlyKodi Type)
See moreDeclaration
Swift
public enum Method : String, Codable, CaseIterable