fix: properly pre-insert queued tracks before played track

This commit is contained in:
Lei Nelissen
2024-07-26 10:40:52 +02:00
parent b6431bf71d
commit 399340127d
3 changed files with 1 additions and 4 deletions

View File

@@ -65,8 +65,6 @@ export default function LyricsProgress({
};
});
console.log(progressAnimation.value);
// GUARD: Only show durations if they last for more than 5 seconds.
if (duration < 5e7) {
return null;