aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/VideoHlsController.cs
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2021-12-24 02:43:18 +0000
committerGitHub <noreply@github.com>2021-12-24 02:43:18 +0000
commit599fc9e671d4b8e57be731b1255a50d1711afdc4 (patch)
tree7f0f13aed430ec5abb3f556deb84e2d85043b88d /Jellyfin.Api/Controllers/VideoHlsController.cs
parentb5459f49d32d0fce3944f816915fb7380fd84681 (diff)
parent17f43c8e01a764d8e030a75b8d3c7f89146677d8 (diff)
Merge pull request #5836 from BaronGreenback/comparisons
Diffstat (limited to 'Jellyfin.Api/Controllers/VideoHlsController.cs')
-rw-r--r--Jellyfin.Api/Controllers/VideoHlsController.cs2
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