mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-10 04:01:37 +02:00
Add artist field
This commit is contained in:
parent
17ba78f7b7
commit
c446e0fd57
2 changed files with 24 additions and 5 deletions
|
@ -7,6 +7,7 @@ export interface QueuedPlaylist {
|
|||
|
||||
export interface QueuedSong {
|
||||
title: string;
|
||||
artist: string;
|
||||
url: string;
|
||||
length: number;
|
||||
playlist: QueuedPlaylist | null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue