mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix lint
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
6b52358b57
commit
75d21a8140
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ class HtmlAudioPlayer {
|
||||||
options.mediaSource.albumNormalizationGain
|
options.mediaSource.albumNormalizationGain
|
||||||
?? options.item.NormalizationGain;
|
?? options.item.NormalizationGain;
|
||||||
} else {
|
} else {
|
||||||
console.debug('normalization disabled')
|
console.debug('normalization disabled');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue