mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4633] [MERGED] Use Guid as API parameter type where possible #10206
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/4633
Author: @crobibero
Created: 12/1/2020
Status: ✅ Merged
Merged: 12/3/2020
Merged by: @cvium
Base:
master← Head:guid-params📝 Commits (6)
c083b29Use Guid as API parameter type where possible821ad79fix spacing2055d49fix inverted conditionf48e47bSplit nested conditionalb5a7a74Use GetParentItem where applicable09b1e57Apply suggestions from review📊 Changes
23 files changed (+92 additions, -112 deletions)
View changed files
📝
Emby.Server.Implementations/Channels/ChannelManager.cs(+4 -4)📝
Emby.Server.Implementations/Library/LibraryManager.cs(+12 -2)📝
Emby.Server.Implementations/Library/SearchEngine.cs(+2 -2)📝
Emby.Server.Implementations/TV/TVSeriesManager.cs(+2 -4)📝
Jellyfin.Api/Controllers/ArtistsController.cs(+10 -21)📝
Jellyfin.Api/Controllers/ChannelsController.cs(+1 -1)📝
Jellyfin.Api/Controllers/FilterController.cs(+14 -22)📝
Jellyfin.Api/Controllers/GenresController.cs(+4 -4)📝
Jellyfin.Api/Controllers/ItemsController.cs(+6 -12)📝
Jellyfin.Api/Controllers/LibraryController.cs(+1 -1)📝
Jellyfin.Api/Controllers/MoviesController.cs(+2 -2)📝
Jellyfin.Api/Controllers/MusicGenresController.cs(+4 -4)📝
Jellyfin.Api/Controllers/PackageController.cs(+4 -4)📝
Jellyfin.Api/Controllers/PersonsController.cs(+2 -2)📝
Jellyfin.Api/Controllers/SearchController.cs(+1 -1)📝
Jellyfin.Api/Controllers/StudiosController.cs(+4 -4)📝
Jellyfin.Api/Controllers/TrailersController.cs(+1 -1)📝
Jellyfin.Api/Controllers/TvShowsController.cs(+11 -11)📝
Jellyfin.Api/Controllers/YearsController.cs(+2 -7)📝
MediaBrowser.Controller/Channels/IChannelManager.cs(+1 -1)...and 3 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.