mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #5209] [MERGED] Create BaseItemKind enum #10252
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#10252
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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.