LibrarySong

public struct LibrarySong : Hashable, Codable, Identifiable

Apple Music Library Song struct, representing songs that have been added to user library.

  • Declaration

    Swift

    public static func == (lhs: LibrarySong, rhs: LibrarySong) -> Bool
  • id

    Declaration

    Swift

    public let id: String
  • Undocumented

    Declaration

    Swift

    public let href: String
  • Undocumented

    Declaration

    Swift

    public let type: String
  • Undocumented

    Declaration

    Swift

    public let attributes: Attributes

LibrarySong