mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #5209] [MERGED] Create BaseItemKind enum #10428
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/5209
Author: @crobibero
Created: 2/11/2021
Status: ✅ Merged
Merged: 2/11/2021
Merged by: @Bond-009
Base:
master← Head:base-item-kind📝 Commits (1)
223b42aCreate BaseItemKind enum📊 Changes
33 files changed (+289 additions, -97 deletions)
View changed files
📝
Emby.Server.Implementations/Dto/DtoService.cs(+2 -2)📝
Jellyfin.Api/Controllers/ArtistsController.cs(+10 -8)📝
Jellyfin.Api/Controllers/CollectionController.cs(+0 -1)📝
Jellyfin.Api/Controllers/DashboardController.cs(+0 -6)📝
Jellyfin.Api/Controllers/DynamicHlsController.cs(+0 -1)📝
Jellyfin.Api/Controllers/FilterController.cs(+18 -19)📝
Jellyfin.Api/Controllers/GenresController.cs(+5 -4)📝
Jellyfin.Api/Controllers/HlsSegmentController.cs(+0 -2)📝
Jellyfin.Api/Controllers/InstantMixController.cs(+0 -1)📝
Jellyfin.Api/Controllers/ItemLookupController.cs(+0 -2)📝
Jellyfin.Api/Controllers/ItemsController.cs(+13 -14)📝
Jellyfin.Api/Controllers/LibraryController.cs(+0 -1)📝
Jellyfin.Api/Controllers/MusicGenresController.cs(+5 -4)📝
Jellyfin.Api/Controllers/PackageController.cs(+0 -1)📝
Jellyfin.Api/Controllers/PersonsController.cs(+0 -1)📝
Jellyfin.Api/Controllers/PlaylistsController.cs(+0 -1)📝
Jellyfin.Api/Controllers/PluginsController.cs(+0 -2)📝
Jellyfin.Api/Controllers/SearchController.cs(+5 -4)📝
Jellyfin.Api/Controllers/StudiosController.cs(+5 -4)📝
Jellyfin.Api/Controllers/SuggestionsController.cs(+0 -1)...and 13 more files
📄 Description
Part of https://github.com/jellyfin/jellyfin/issues/4214
openapi.json.txt
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.