mirror of
https://github.com/SrIzan10/lofi.git
synced 2026-06-06 00:56:53 +00:00
chore: i give up
This commit is contained in:
@@ -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.';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user