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

View File

@ -127,7 +127,7 @@ export default (
const getButton = (kind: keyof typeof mediaIcons) =>
`<action ${display(
kind,
)} activationType="protocol" arguments="youtubemusic://${kind}"/>`;
)} activationType="protocol" arguments="peardesktop://${kind}"/>`;
const getButtons = (isPaused: boolean) => `\
<actions>
@ -260,7 +260,7 @@ export default (
songControls = getSongControls(win);
let currentSeconds = 0;
on('ytmd:player-api-loaded', () => send('ytmd:setup-time-changed-listener'));
on('peard:player-api-loaded', () => send('peard:setup-time-changed-listener'));
let savedSongInfo: SongInfo;
let lastUrl: string | undefined;