Added command timeouts for refresh-providers and sync-song

This commit is contained in:
barlind
2026-07-08 18:42:57 +02:00
parent ee33ac7ba2
commit c53fd1f384
2 changed files with 32 additions and 1 deletions
+1
View File
@@ -86,6 +86,7 @@
// operation is still completing through the provider.
const COMMAND_TIMEOUTS_MS = {
'audio-mix': { 'get-fader-value': 2100, 'set-fader-value': 2100 },
'library': { 'refresh-providers': 15000, 'sync-song': 15000 },
'midi-input': { 'discover': 15000, 'open-source': 15000 },
};
function _commandTimeoutFor(capability, commandName) {