Favorites
Save and manage user's favorite tracks, albums, and artists.
Favorites API for Plugins
Core concepts
What gets stored
Type
What's saved
Identity and deduplication
type ProviderRef = {
provider: string; // e.g., "musicbrainz", "lastfm"
id: string; // Provider-specific identifier
url?: string; // Optional link to the source
};Persistence
Quick start
Last updated