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/LibraryController.cs | |
| parent | b5459f49d32d0fce3944f816915fb7380fd84681 (diff) | |
| parent | 17f43c8e01a764d8e030a75b8d3c7f89146677d8 (diff) | |
Merge pull request #5836 from BaronGreenback/comparisons
Diffstat (limited to 'Jellyfin.Api/Controllers/LibraryController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/LibraryController.cs | 2 |
1 files changed, 1 insertions, 1 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()); } |
