feat: Enhance UI with Framer Motion animations for album artwork and artist icons

This commit is contained in:
2025-08-08 21:38:58 +00:00
committed by GitHub
parent 36c1edd01e
commit 7e6a28e4f4
5 changed files with 100 additions and 36 deletions

View File

@@ -484,7 +484,7 @@ export const AudioPlayer: React.FC = () => {
// Reset title when no track
document.title = 'mice';
}
}, [currentTrack?.id, currentTrack?.name, currentTrack?.artist, isPlaying, isClient]);
}, [currentTrack?.id, currentTrack?.name, currentTrack?.artist, currentTrack?.coverArt, isPlaying, isClient, lastNotifiedTrackId]);
// Media Session API integration - Enhanced for mobile
useEffect(() => {