diff --git a/plugins/utils.ts b/plugins/utils.ts index 5d464f28..0bd6a851 100644 --- a/plugins/utils.ts +++ b/plugins/utils.ts @@ -19,7 +19,7 @@ export const mediaIcons = { pause: '\u{2016}', // ‖ next: '\u{1433}', // ᐳ previous: '\u{1438}', // ᐸ -}; +} as const; export const saveMediaIcon = () => { for (const kind of Object.keys(mediaIcons)) {