diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2023-01-22 15:40:47 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-22 15:40:47 -0500 |
| commit | 2a70cf115cd7f0da425d37c60ec74ce1148f67a1 (patch) | |
| tree | e7790ab74e59f6760976a1772f4478986f4a0ecd | |
| parent | 6d6b9044ab8cce2d0901524c094d9e26c83a0100 (diff) | |
| parent | 4261f15d417c921ec4e2db30758e1ca99691aedf (diff) | |
Merge pull request #9154 from Bond-009/fixbuild
| -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. |
