mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3226] [MERGED] Move SearchService to new API endpoint #9384
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/3226
Author: @daullmer
Created: 6/2/2020
Status: ✅ Merged
Merged: 6/10/2020
Merged by: @crobibero
Base:
api-migration← Head:api-searchservice📝 Commits (5)
638cfa3Move SearchService to new API endpointf302942Fix suggestions7fa374fMove Split method from BaseJellyfinApiController.cs to RequestHelpers.cscefa9d3Add default values for parameters and fix spelling1491e93Add response code documentation📊 Changes
4 files changed (+298 additions, -333 deletions)
View changed files
📝
Jellyfin.Api/BaseJellyfinApiController.cs(+1 -0)➕
Jellyfin.Api/Controllers/SearchController.cs(+268 -0)➕
Jellyfin.Api/Helpers/RequestHelpers.cs(+29 -0)➖
MediaBrowser.Api/SearchService.cs(+0 -333)📄 Description
Changes
Migrate SearchService.cs from MediaBrowser.Api to Jellyfin.Api to use the new ASP.NET WebApi endpoint.
Issues
Part of #2872
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.