Fetch metadata when something is added to the playlist.

This commit is contained in:
2025-02-15 21:40:30 -08:00
parent a06bc3960e
commit d465dbf6fb
6 changed files with 297 additions and 5 deletions

View File

@@ -87,6 +87,7 @@ const App: React.FC = () => {
case 'user_modify':
case 'end-file':
case 'playback-restart':
case 'metadata_update':
fetchPlaylist();
fetchNowPlaying();
break;