diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2021-12-15 08:28:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-15 08:28:44 +0100 |
| commit | 4c9bd905c6ecbcf77ab644d3d936d17b1bb8e967 (patch) | |
| tree | a2a2d1e7a6c591eee190342a172a8b9d7d51a802 /Jellyfin.Api/Controllers/UserLibraryController.cs | |
| parent | ec9cff29dfa0c0b08f4181b753eadab34cb05e3c (diff) | |
| parent | 87439665d782a7a0f24d4015d53d584e66e40c2f (diff) | |
Merge pull request #6979 from crobibero/baseitemkind
Use BaseItemKind where possible
Diffstat (limited to 'Jellyfin.Api/Controllers/UserLibraryController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/UserLibraryController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/UserLibraryController.cs b/Jellyfin.Api/Controllers/UserLibraryController.cs index a33a0826c..7e182d0e8 100644 --- a/Jellyfin.Api/Controllers/UserLibraryController.cs +++ b/Jellyfin.Api/Controllers/UserLibraryController.cs @@ -297,7 +297,7 @@ namespace Jellyfin.Api.Controllers new LatestItemsQuery { GroupItems = groupItems, - IncludeItemTypes = RequestHelpers.GetItemTypeStrings(includeItemTypes), + IncludeItemTypes = includeItemTypes, IsPlayed = isPlayed, Limit = limit, ParentId = parentId ?? Guid.Empty, |
