feat: added the ability to skip artists automatically. Takes precedence over muting. fixes #175

This commit is contained in:
2023-01-22 21:18:20 +01:00
parent 0620d87d8b
commit c0d9cd2834
7 changed files with 43 additions and 2 deletions

View File

@@ -15,6 +15,8 @@ const settings = {
playBackControl: "playBackControl",
muteArtists: "muteArtists",
mutedArtists: "mutedArtists",
skipArtists: "skipArtists",
skippedArtists: "skippedArtists",
disableBackgroundThrottle: "disableBackgroundThrottle",
apiSettings: {
root: "apiSettings",