Fetch metadata when something is added to the playlist.
This commit is contained in:
@@ -87,6 +87,7 @@ const App: React.FC = () => {
|
||||
case 'user_modify':
|
||||
case 'end-file':
|
||||
case 'playback-restart':
|
||||
case 'metadata_update':
|
||||
fetchPlaylist();
|
||||
fetchNowPlaying();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user