Skip to content

Commit 19749a0

Browse files
committed
Fix is default
1 parent c7adc64 commit 19749a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chrome/player/ui/audio/config/AudioConvolverControl.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export class AudioConvolverProfile {
6363
}
6464

6565
isDefault() {
66-
const def = AudioConvolverProfile.default();
66+
const def = AudioConvolverProfile.default(this.id);
6767
if (this.label !== def.label || this.downmix !== def.downmix || this.bufferSize !== def.bufferSize) {
6868
return false;
6969
}

0 commit comments

Comments
 (0)