More stuff

This commit is contained in:
Torben Pi Jensen
2023-11-09 21:46:48 +01:00
parent c3ef658282
commit a11237f70d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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');
}
}