mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6205] [CLOSED] Add missing BaseItemKind #10866
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/6205
Author: @crobibero
Created: 6/20/2021
Status: ❌ Closed
Base:
master← Head:missing-base-item-kind📝 Commits (3)
2c56607Add missing BaseItemKindb26f173Add BaseItemKindTests1615bcbAdd 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.