Values

struct Values : Codable, Equatable

The sync values of an Item (Kodi or Music song)

  • The playcount of the item

    Declaration

    Swift

    var playcount: Int
  • The last played daye as String

    Declaration

    Swift

    var lastPlayed: String
  • The rating of the item

    Declaration

    Swift

    var rating: Int