mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6071] [MERGED] Make DLNA folders to work as expected. #10808
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/6071
Author: @BaronGreenback
Created: 5/18/2021
Status: ✅ Merged
Merged: 6/7/2021
Merged by: @cvium
Base:
master← Head:DLNAFolderFixPart1📝 Commits (1)
48bb338Enable child items to be returned if a musicAlbum📊 Changes
2 files changed (+27 additions, -3 deletions)
View changed files
📝
MediaBrowser.Controller/Entities/Folder.cs(+22 -3)📝
MediaBrowser.Controller/Entities/InternalItemsQuery.cs(+5 -0)📄 Description
Required core change to enable dlna folder view to work as expected. (https://github.com/jellyfin/jellyfin-plugin-dlna/issues/9)
A second change in the DLNA module is required to complete this functionality.
Enables DLNA folders to show the folder structure, not just the logical name.
Normal library view remains the same.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.