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 ofKodiItemsDeclaration
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
View on GitHub
Sort Structure Reference