mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
remove playlist description from playlist model
This commit is contained in:
+1
-1
@@ -36,6 +36,7 @@ export interface AlbumInfo {
|
||||
duration: number;
|
||||
date: string;
|
||||
image: string;
|
||||
artistimg: string;
|
||||
is_compilation: boolean;
|
||||
is_soundtrack: boolean;
|
||||
is_single: boolean;
|
||||
@@ -61,7 +62,6 @@ export interface Option {
|
||||
export interface Playlist {
|
||||
playlistid: string;
|
||||
name: string;
|
||||
description?: string;
|
||||
image: string | FormData;
|
||||
tracks: Track[];
|
||||
count: number;
|
||||
|
||||
Reference in New Issue
Block a user