chore: i give up

This commit is contained in:
2025-06-08 21:49:39 +02:00
parent 5953788027
commit 3310af7140

View File

@@ -140,7 +140,6 @@
if (appState.songQueue.length > 0) {
appState.currentSong = appState.songQueue[0];
appState.duration = appState.currentSong.duration;
document.title = `${appState.currentSong.title} - ${appState.currentSong.artists}`;
} else {
appState.error = 'No songs available.';
}
@@ -195,7 +194,6 @@
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.';
}