support adding to spotify playlist
This commit is contained in:
@ -3,6 +3,8 @@ import type { SongThumbnailImage } from '$lib/mastodon/response';
|
||||
export type SongInfo = {
|
||||
pageUrl: string;
|
||||
youtubeUrl?: string;
|
||||
spotifyUrl?: string;
|
||||
spotifyUri?: string;
|
||||
type: 'song' | 'album';
|
||||
title?: string;
|
||||
artistName?: string;
|
||||
|
Reference in New Issue
Block a user