fix linting issues

This commit is contained in:
jeffvli
2025-12-04 22:24:32 -08:00
parent 1438f42616
commit 458ede252a
2 changed files with 9 additions and 13 deletions
@@ -457,7 +457,7 @@ export const MobileFullscreenPlayer = () => {
isPageHovered={isPageHovered}
onClose={handleToggleFullScreenPlayer}
/>
<MobileFullscreenPlayerAlbumArt currentSong={currentSong} />
<MobileFullscreenPlayerAlbumArt />
<MobileFullscreenPlayerMetadata
currentSong={currentSong}
onToggleFavorite={handleToggleFavorite}