add(_:)
Adds an item to the user’s music library.
Declaration
func add<MusicItemType>(_ item: MusicItemType) async throws where MusicItemType : MusicLibraryAddableAdds an item to the user’s music library.
func add<MusicItemType>(_ item: MusicItemType) async throws where MusicItemType : MusicLibraryAddable