[client] add playlists and playlist page

This commit is contained in:
geoffrey45
2022-03-29 00:35:39 +03:00
parent e4640d9985
commit 69b691284d
15 changed files with 217 additions and 47 deletions
+1
View File
@@ -52,6 +52,7 @@ interface Playlist {
name: string;
description?: string;
image?: string;
tracks?: Track[];
}
interface Notif {