More stuff
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ export class CurrentQueue extends StuenMessage {
|
||||
}
|
||||
|
||||
export class CurrentSong extends StuenMessage {
|
||||
constructor(public song: PlayingSong) {
|
||||
constructor(public song: PlayingSong | null) {
|
||||
super('CurrentSong');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user