fix: properly pre-insert queued tracks before played track
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user