save setting toggle
This commit is contained in:
parent
605afc0695
commit
97d3af5ec6
1 changed files with 1 additions and 1 deletions
|
|
@ -1677,7 +1677,7 @@ function collectQualityProfileFromUI() {
|
|||
version: 1,
|
||||
preset: 'custom', // Will be overridden if a preset is active
|
||||
qualities: {},
|
||||
fallback_enabled: document.getElementById('quality-fallback-enabled')?.checked || true
|
||||
fallback_enabled: document.getElementById('quality-fallback-enabled')?.checked ?? true
|
||||
};
|
||||
|
||||
const qualities = ['flac', 'mp3_320', 'mp3_256', 'mp3_192'];
|
||||
|
|
|
|||
Loading…
Reference in a new issue