feat: Option to auto-skip non-music on youtube music only

This commit is contained in:
Florian Zahn
2025-04-01 22:53:28 +02:00
parent 7904913fdb
commit e656dd8d8b
5 changed files with 32 additions and 10 deletions

View File

@@ -243,6 +243,9 @@ class CategorySkipOptionsComponent extends React.Component<CategorySkipOptionsPr
return [{
configKey: "autoSkipOnMusicVideos",
label: chrome.i18n.getMessage("autoSkipOnMusicVideos"),
}, {
configKey: "skipNonMusicOnlyOnYoutubeMusic",
label: chrome.i18n.getMessage("skipNonMusicOnlyOnYoutubeMusic"),
}];
default:
return [];