Update album normalization value

This commit is contained in:
Bill Thornton
2024-05-01 01:56:22 -04:00
parent 1a765e8564
commit c85db57b38
+1 -1
View File
@@ -26,7 +26,7 @@ export interface MediaSource extends MediaSourceInfo {
enableDirectPlay?: boolean;
DefaultSecondarySubtitleStreamIndex?: number | null;
StreamUrl?: string | null;
albumLUFS?: number | null;
albumNormalizationGain?: number | null;
}
export interface PlayerState {