Genres

struct Genres : Codable, Identifiable, Equatable, Hashable, Sendable

Genre details

  • id

    Computed values

    The ID of the genre

    Declaration

    Swift

    public var id: Int { get }
  • The type of media

    Declaration

    Swift

    public var media: Library.Media
  • Audio.Details.Genres

    Declaration

    Swift

    public var genreID: Library.ID
  • Undocumented

    Declaration

    Swift

    public var title: String