mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 07:18:47 +01:00
Minor improvements
This commit is contained in:
@@ -1681,7 +1681,6 @@ namespace Emby.Dlna.ContentDirectory
|
||||
private ServerItem GetItemFromObjectId(string id)
|
||||
{
|
||||
return DidlBuilder.IsIdRoot(id)
|
||||
|
||||
? new ServerItem(_libraryManager.GetUserRootFolder())
|
||||
: ParseItemId(id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user