feat(web/m7-352): Playlist type gains kind/system_variant/seed_artist_id fields

This commit is contained in:
2026-05-04 18:14:46 -04:00
parent a8630a1355
commit 56f0998f84
5 changed files with 17 additions and 2 deletions
@@ -16,6 +16,9 @@ const base: Playlist = {
name: 'Saturday morning',
description: '',
is_public: false,
kind: 'user',
system_variant: null,
seed_artist_id: null,
cover_url: '',
track_count: 12,
duration_sec: 0,