fix(queue): use song serverId when switching servers

This commit is contained in:
Kendall Garner
2026-01-08 20:43:35 -08:00
parent f465e34ea3
commit bc40123891
4 changed files with 6 additions and 0 deletions
@@ -124,6 +124,7 @@ export const LeftControls = () => {
id={currentSong?.imageId}
itemType={LibraryItem.SONG}
loading="eager"
serverId={currentSong?._serverId}
type="table"
/>
</Tooltip>