Fix Genres separator

This commit is contained in:
crobibero
2020-11-01 18:53:02 -07:00
parent 5b1eb8b6e2
commit 826c24142e
3 changed files with 5 additions and 5 deletions

View File

@@ -147,7 +147,7 @@ namespace Jellyfin.Api.Controllers
NameStartsWithOrGreater = nameStartsWithOrGreater,
Tags = RequestHelpers.Split(tags, ',', true),
OfficialRatings = RequestHelpers.Split(officialRatings, ',', true),
Genres = RequestHelpers.Split(genres, ',', true),
Genres = RequestHelpers.Split(genres, '|', true),
GenreIds = RequestHelpers.GetGuids(genreIds),
StudioIds = RequestHelpers.GetGuids(studioIds),
Person = person,