diff options
| author | Cody Robibero <cody@robibe.ro> | 2021-12-24 02:43:18 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-24 02:43:18 +0000 |
| commit | 599fc9e671d4b8e57be731b1255a50d1711afdc4 (patch) | |
| tree | 7f0f13aed430ec5abb3f556deb84e2d85043b88d /Jellyfin.Api/Controllers/VideoHlsController.cs | |
| parent | b5459f49d32d0fce3944f816915fb7380fd84681 (diff) | |
| parent | 17f43c8e01a764d8e030a75b8d3c7f89146677d8 (diff) | |
Merge pull request #5836 from BaronGreenback/comparisons
Diffstat (limited to 'Jellyfin.Api/Controllers/VideoHlsController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/VideoHlsController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/VideoHlsController.cs b/Jellyfin.Api/Controllers/VideoHlsController.cs index ef25db8c9..36643e464 100644 --- a/Jellyfin.Api/Controllers/VideoHlsController.cs +++ b/Jellyfin.Api/Controllers/VideoHlsController.cs @@ -365,7 +365,7 @@ namespace Jellyfin.Api.Controllers } else if (string.Equals(segmentFormat, "mp4", StringComparison.OrdinalIgnoreCase)) { - var outputFmp4HeaderArg = string.Empty; + string outputFmp4HeaderArg; if (OperatingSystem.IsWindows()) { // on Windows, the path of fmp4 header file needs to be configured |
