mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
5 lines
100 B
TypeScript
5 lines
100 B
TypeScript
export const blockers = {
|
|
WithBlocklists: 'With blocklists',
|
|
InPlayer: 'In player',
|
|
} as const;
|