[PR #5209] [MERGED] Create BaseItemKind enum #10252

Closed
opened 2025-12-22 07:56:40 +01:00 by backuprepo · 0 comments
Owner

📋 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: masterHead: base-item-kind


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/5209 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 2/11/2021 **Status:** ✅ Merged **Merged:** 2/11/2021 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `base-item-kind` --- ### 📝 Commits (1) - [`223b42a`](https://github.com/jellyfin/jellyfin/commit/223b42aed3395f7d01ea513bf352cdf4fd3e7002) Create BaseItemKind enum ### 📊 Changes **33 files changed** (+289 additions, -97 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description Part of https://github.com/jellyfin/jellyfin/issues/4214 [openapi.json.txt](https://github.com/jellyfin/jellyfin/files/5962420/openapi.json.txt) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 07:56:40 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#10252
No description provided.