diff options
| author | Bond_009 <bond.009@outlook.com> | 2023-01-22 21:38:53 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2023-01-22 21:38:53 +0100 |
| commit | 4261f15d417c921ec4e2db30758e1ca99691aedf (patch) | |
| tree | e7790ab74e59f6760976a1772f4478986f4a0ecd /Jellyfin.Api/Helpers/DynamicHlsHelper.cs | |
| parent | 6d6b9044ab8cce2d0901524c094d9e26c83a0100 (diff) | |
Fix debug builds
Diffstat (limited to 'Jellyfin.Api/Helpers/DynamicHlsHelper.cs')
| -rw-r--r-- | Jellyfin.Api/Helpers/DynamicHlsHelper.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jellyfin.Api/Helpers/DynamicHlsHelper.cs b/Jellyfin.Api/Helpers/DynamicHlsHelper.cs index 1310801c5..4a338efff 100644 --- a/Jellyfin.Api/Helpers/DynamicHlsHelper.cs +++ b/Jellyfin.Api/Helpers/DynamicHlsHelper.cs @@ -204,6 +204,7 @@ namespace Jellyfin.Api.Helpers { builder.Append(flacWaPlaylist); } + var encodingOptions = _serverConfigurationManager.GetEncodingOptions(); // Provide SDR HEVC entrance for backward compatibility. |
