1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Update album normalization value

This commit is contained in:
Bill Thornton 2024-05-01 01:56:22 -04:00
parent 1a765e8564
commit c85db57b38

View file

@ -26,7 +26,7 @@ export interface MediaSource extends MediaSourceInfo {
enableDirectPlay?: boolean; enableDirectPlay?: boolean;
DefaultSecondarySubtitleStreamIndex?: number | null; DefaultSecondarySubtitleStreamIndex?: number | null;
StreamUrl?: string | null; StreamUrl?: string | null;
albumLUFS?: number | null; albumNormalizationGain?: number | null;
} }
export interface PlayerState { export interface PlayerState {