[PR #6205] [CLOSED] Add missing BaseItemKind #10866

Closed
opened 2026-02-07 06:28:08 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6205
Author: @crobibero
Created: 6/20/2021
Status: Closed

Base: masterHead: missing-base-item-kind


📝 Commits (3)

  • 2c56607 Add missing BaseItemKind
  • b26f173 Add BaseItemKindTests
  • 1615bcb Add missing BaseItemKind and GetClientTypeName

📊 Changes

3 files changed (+118 additions, -1 deletions)

View changed files

📝 Emby.Server.Implementations/Playlists/ManualPlaylistsFolder.cs (+5 -0)
📝 Jellyfin.Data/Enums/BaseItemKind.cs (+16 -1)
tests/Jellyfin.Server.Implementations.Tests/BaseItem/BaseItemKindTests.cs (+97 -0)

📄 Description

Fixes https://github.com/jellyfin/jellyfin/issues/6144

Builds on https://github.com/jellyfin/jellyfin/pull/5228


🔄 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/6205 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 6/20/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `missing-base-item-kind` --- ### 📝 Commits (3) - [`2c56607`](https://github.com/jellyfin/jellyfin/commit/2c5660760d6a85fb14b484091adc7cb21d402ea3) Add missing BaseItemKind - [`b26f173`](https://github.com/jellyfin/jellyfin/commit/b26f173184763db1ad144e56bb902489feb3e3e1) Add BaseItemKindTests - [`1615bcb`](https://github.com/jellyfin/jellyfin/commit/1615bcb10b506e8a8b8338b1294b8bf10e20ef72) Add missing BaseItemKind and GetClientTypeName ### 📊 Changes **3 files changed** (+118 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Playlists/ManualPlaylistsFolder.cs` (+5 -0) 📝 `Jellyfin.Data/Enums/BaseItemKind.cs` (+16 -1) ➕ `tests/Jellyfin.Server.Implementations.Tests/BaseItem/BaseItemKindTests.cs` (+97 -0) </details> ### 📄 Description Fixes https://github.com/jellyfin/jellyfin/issues/6144 Builds on https://github.com/jellyfin/jellyfin/pull/5228 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:28:08 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10866