Fix various issues

This commit is contained in:
jeffvli 2023-05-09 02:25:57 -07:00
parent b2db2b27da
commit cbb15ac7ee
3 changed files with 5 additions and 2 deletions

View file

@ -44,6 +44,7 @@ export const RightControls = () => {
id: [currentSong.id],
type: LibraryItem.SONG,
},
serverId: currentSong?.serverId,
});
};
@ -79,6 +80,7 @@ export const RightControls = () => {
id: [currentSong.id],
type: LibraryItem.SONG,
},
serverId: currentSong?.serverId,
});
};