Added tags
This commit is contained in:
Vendored
+2
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user