mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Merge pull request #4833 from Ullmie02/similar-fix
Fix similar items endpoint for movies and TV
This commit is contained in:
commit
c90c382e2f
1 changed files with 0 additions and 2 deletions
|
@ -742,8 +742,6 @@ namespace Jellyfin.Api.Controllers
|
|||
{
|
||||
Limit = limit,
|
||||
IncludeItemTypes = includeItemTypes.ToArray(),
|
||||
IsMovie = isMovie,
|
||||
IsSeries = isSeries,
|
||||
SimilarTo = item,
|
||||
DtoOptions = dtoOptions,
|
||||
EnableTotalRecordCount = !isMovie ?? true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue