diff --git a/src/lib/components/app/daemon.svelte b/src/lib/components/app/daemon.svelte index 45e76f3..bac663a 100644 --- a/src/lib/components/app/daemon.svelte +++ b/src/lib/components/app/daemon.svelte @@ -195,6 +195,7 @@ appState.currentSong = appState.songQueue[0]; appState.duration = appState.currentSong.duration; setMediaSession(); + document.title = `${appState.currentSong.title} - ${appState.currentSong.artists}`; } else { appState.error = 'Failed to load songs.'; }