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 | |
| parent | b5459f49d32d0fce3944f816915fb7380fd84681 (diff) | |
| parent | 17f43c8e01a764d8e030a75b8d3c7f89146677d8 (diff) | |
Merge pull request #5836 from BaronGreenback/comparisons
Diffstat (limited to 'Jellyfin.Api/Controllers')
| -rw-r--r-- | Jellyfin.Api/Controllers/LibraryController.cs | 2 | ||||
| -rw-r--r-- | Jellyfin.Api/Controllers/VideoHlsController.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Jellyfin.Api/Controllers/LibraryController.cs b/Jellyfin.Api/Controllers/LibraryController.cs index 4eb979d83..f1b9c2f67 100644 --- a/Jellyfin.Api/Controllers/LibraryController.cs +++ b/Jellyfin.Api/Controllers/LibraryController.cs @@ -732,7 +732,7 @@ namespace Jellyfin.Api.Controllers else { // For non series and movie types these columns are typically null - isSeries = null; + // isSeries = null; isMovie = null; includeItemTypes.Add(item.GetBaseItemKind()); } 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 |
