Added tags

This commit is contained in:
Torben Pi Jensen
2024-02-03 17:06:07 +01:00
parent 343126bee3
commit 993501f049
9 changed files with 36 additions and 7 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ export declare class QueuedSong extends Song {
export declare class PlayingSong extends QueuedSong {
length: number;
position: number;
constructor(type: SongType, title: string, songId: string, image: string, listener: string, length: number, position: number);
tags: string[];
constructor(type: SongType, title: string, songId: string, image: string, listener: string, length: number, position: number, tags: string[]);
}
export declare class Playlist {
title: string;