mirror of
https://github.com/meowarex/TidaLuna-Plugins.git
synced 2026-06-18 03:43:10 +10:00
DX
This commit is contained in:
@@ -9,7 +9,9 @@ let style;
|
||||
let styleElement;
|
||||
const titleObserver = new MutationObserver((mutations) => {
|
||||
mutations.forEach(() => {
|
||||
onTrackChanged();
|
||||
setTimeout(() => {
|
||||
onTrackChanged();
|
||||
}, 1500);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user