ReleaseType

enum ReleaseType : String, Codable, Sendable

The release type of an album (Global Kodi Type)

  • The type is an album

    Declaration

    Swift

    case album
  • The type is a single

    Declaration

    Swift

    case single