improve similar items fallback, make ND album artist for song actually album artist, fix full screen race

This commit is contained in:
Kendall Garner
2024-04-08 08:49:55 -07:00
parent 2257e439a4
commit 14086ebc9c
15 changed files with 136 additions and 17 deletions
@@ -206,10 +206,7 @@ export const FullScreenPlayerImage = () => {
justify="flex-start"
p="1rem"
>
<ImageContainer
ref={mainImageRef}
onLoad={updateImageSize}
>
<ImageContainer ref={mainImageRef}>
<AnimatePresence
initial={false}
mode="sync"