chore: improve readability

This commit is contained in:
Su-Yong
2025-10-12 14:28:29 +09:00
parent 4f716d8e0b
commit ffa61687bf
137 changed files with 2625 additions and 2626 deletions

4
src/reset.d.ts vendored
View File

@ -15,7 +15,7 @@ declare global {
}
interface DocumentEventMap {
'ytmd:audio-can-play': CustomEvent<Compressor>;
'peard:audio-can-play': CustomEvent<Compressor>;
'videodatachange': CustomEvent<VideoDataChanged>;
}
@ -28,7 +28,7 @@ declare global {
electronIs: typeof is;
ELECTRON_RENDERER_URL: string | undefined;
/**
* YouTube Music internal variable (Last interaction time)
* Internal variable (Last interaction time)
*/
_lact: number;
navigation: Navigation;