1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
gnattu 2024-10-01 17:18:26 +08:00 committed by GitHub
parent 6b52358b57
commit 75d21a8140
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -122,7 +122,7 @@ class HtmlAudioPlayer {
options.mediaSource.albumNormalizationGain
?? options.item.NormalizationGain;
} else {
console.debug('normalization disabled')
console.debug('normalization disabled');
return;
}