mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4420] [MERGED] Fix Persons, Genres and Studios endpoints #10070
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/4420
Author: @cvium
Created: 11/5/2020
Status: ✅ Merged
Merged: 11/8/2020
Merged by: @cvium
Base:
master← Head:fix_person_studio_genre_endpoints📝 Commits (5)
584b4faFix Persons, Genres and Studios endpoints6fdcd12Fix build and clean up MusicGenres6e6ecbcMake /MusicGenres obsoletede52c8aRevert "Make /MusicGenres obsolete"b693c52Make /MusicGenres obsolete📊 Changes
9 files changed (+139 additions, -585 deletions)
View changed files
📝
Emby.Server.Implementations/Data/SqliteItemRepository.cs(+32 -31)📝
Emby.Server.Implementations/Library/LibraryManager.cs(+15 -0)📝
Jellyfin.Api/Controllers/GenresController.cs(+12 -129)📝
Jellyfin.Api/Controllers/MusicGenresController.cs(+6 -132)📝
Jellyfin.Api/Controllers/PersonsController.cs(+23 -162)📝
Jellyfin.Api/Controllers/StudiosController.cs(+5 -129)📝
Jellyfin.Api/Helpers/RequestHelpers.cs(+39 -2)📝
MediaBrowser.Controller/Entities/InternalPeopleQuery.cs(+5 -0)📝
MediaBrowser.Controller/Library/ILibraryManager.cs(+2 -0)📄 Description
Changes
Moved some stuff around to fix the broken migration. Also fixed some of the filters in GetPersons.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.