mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-23 15:30:56 -04:00
Merge pull request #4833 from Ullmie02/similar-fix
Fix similar items endpoint for movies and TV (cherry picked from commit c90c382e2f022bc410c9f1f7d5cda7ccf687580d) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
parent
8884f4f288
commit
c2097ba5fe
@ -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…
x
Reference in New Issue
Block a user