This commit is contained in:
ItzzExcel
2025-02-24 23:18:49 -06:00
parent 3f09f187b9
commit c136c568a7
3 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -9,7 +9,9 @@ let style;
let styleElement;
const titleObserver = new MutationObserver((mutations) => {
mutations.forEach(() => {
onTrackChanged();
setTimeout(() => {
onTrackChanged();
}, 1500);
});
});