mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 11:21:46 +00:00
@ -225,7 +225,9 @@ const preload = async () => {
|
||||
t: i18t.bind(i18next),
|
||||
};
|
||||
defineYTMDTransElements();
|
||||
document.body.dataset.os = navigator.userAgent;
|
||||
if (document.body?.dataset?.os) {
|
||||
document.body.dataset.os = navigator.userAgent;
|
||||
}
|
||||
};
|
||||
|
||||
const main = async () => {
|
||||
|
||||
Reference in New Issue
Block a user