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 = 0
  • The last played daye as String

    Declaration

    Swift

    var lastPlayed: String = "2000-01-01 00:00:00"
  • The rating of the item

    Declaration

    Swift

    var rating: Int = 0