Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/2ad872001dc1276d71964584a11f4bedc742b3f7
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
3 additions and
2 deletions
@ -900,6 +900,7 @@ namespace Emby.Server.Implementations.Dto
if ( item . LUFS . HasValue )
{
// -18 LUFS reference, same as ReplayGain 2.0, compatible with ReplayGain 1.0
dto . NormalizationGain = - 18f - item . LUFS ;
}
else if ( item . NormalizationGain . HasValue )
@ -140,7 +140,7 @@ namespace MediaBrowser.Controller.Entities
/// <summary>
/// Gets or sets the gain required for audio normalization.
/// </summary>
/// <value>The gain required for audio normalization. . </value>
/// <value>The gain required for audio normalization. </value>
[JsonIgnore]
public float? NormalizationGain { get ; set ; }
@ -784,7 +784,7 @@ namespace MediaBrowser.Model.Dto
/// <summary>
/// Gets or sets the gain required for audio normalization.
/// </summary>
/// <value>The gain required for audio normalization. . </value>
/// <value>The gain required for audio normalization. </value>
public float? NormalizationGain { get ; set ; }
/// <summary>