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

@@ -57,6 +57,7 @@ interface SBConfig {
donateClicked: number;
autoHideInfoButton: boolean;
autoSkipOnMusicVideos: boolean;
skipNonMusicOnlyOnYoutubeMusic: boolean;
colorPalette: {
red: string;
white: string;
@@ -322,6 +323,7 @@ const syncDefaults = {
donateClicked: 0,
autoHideInfoButton: true,
autoSkipOnMusicVideos: false,
skipNonMusicOnlyOnYoutubeMusic: false,
scrollToEditTimeUpdate: false, // false means the tooltip will be shown
categoryPillUpdate: false,
showChapterInfoMessage: true,