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:
parent
1a765e8564
commit
c85db57b38
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue