feat(web/m7-352): Playlist type gains kind/system_variant/seed_artist_id fields
This commit is contained in:
@@ -58,6 +58,9 @@ export type Playlist = {
|
||||
name: string;
|
||||
description: string;
|
||||
is_public: boolean;
|
||||
kind: 'user' | 'system';
|
||||
system_variant: 'for_you' | 'songs_like_artist' | null;
|
||||
seed_artist_id: string | null;
|
||||
cover_url: string; // empty string when no cover; UI renders glyph
|
||||
track_count: number;
|
||||
duration_sec: number;
|
||||
|
||||
Reference in New Issue
Block a user