Disabled option executeCommand from api and webui for security reasons
This commit is contained in:
parent
af74eb36bd
commit
873b2b044d
@ -65,6 +65,7 @@ export function getSettings(): any {
|
||||
}
|
||||
|
||||
export function saveSettings(newSettings: any, newSpotifySettings: any) {
|
||||
newSettings.executeCommand = settings.executeCommand
|
||||
deemix.settings.save(newSettings, configFolder)
|
||||
settings = newSettings
|
||||
plugins.spotify.saveSettings(newSpotifySettings)
|
||||
|
Loading…
Reference in New Issue
Block a user