mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
Fix various issues
This commit is contained in:
parent
b2db2b27da
commit
cbb15ac7ee
3 changed files with 5 additions and 2 deletions
|
|
@ -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,
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue