Added tags
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ export class QueuedSong extends Song {
|
||||
}
|
||||
|
||||
export class PlayingSong extends QueuedSong {
|
||||
constructor(type: SongType, title: string, songId: string, image: string, listener: string, public length: number, public position: number) {
|
||||
constructor(type: SongType, title: string, songId: string, image: string, listener: string, public length: number, public position: number, public tags: string[]) {
|
||||
super(type, title, songId, image, listener);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user