handle external imageUrl

This commit is contained in:
jeffvli
2026-02-07 01:52:58 -08:00
parent bec6464a44
commit 3b3e77b672
7 changed files with 19 additions and 0 deletions
@@ -170,6 +170,7 @@ const SidebarImage = () => {
const imageUrl = useItemImageUrl({
id: currentSong?.imageId || undefined,
imageUrl: currentSong?.imageUrl,
itemType: LibraryItem.SONG,
serverId: currentSong?._serverId,
type: 'sidebar',