Disable background throttling (#171)

* disable background throttling for consistent setInterval

* add disable throttle as config option
This commit is contained in:
Cukmekerb
2022-10-05 10:38:01 -07:00
committed by GitHub
parent 5f330a7c48
commit 9de8cea50e
6 changed files with 21 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ const settings = {
playBackControl: "playBackControl",
muteArtists: "muteArtists",
mutedArtists: "mutedArtists",
disableBackgroundThrottle: "disableBackgroundThrottle",
apiSettings: {
root: "apiSettings",
port: "apiSettings.port",