aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna/ContentDirectory/ControlHandler.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2020-12-02 15:38:52 +0100
committerBond_009 <bond.009@outlook.com>2020-12-02 15:38:52 +0100
commite4fd61411f102abdd4aa5b6df67c9b18c103cb28 (patch)
treefb3f7d818a135ad7b0b25b4cf82962f4497e580d /Emby.Dlna/ContentDirectory/ControlHandler.cs
parent3b4f86579badf10fa3d875e413f4253876459c8b (diff)
Minor improvements
Diffstat (limited to 'Emby.Dlna/ContentDirectory/ControlHandler.cs')
-rw-r--r--Emby.Dlna/ContentDirectory/ControlHandler.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Dlna/ContentDirectory/ControlHandler.cs b/Emby.Dlna/ContentDirectory/ControlHandler.cs
index b93651746b..27f1fdabad 100644
--- a/Emby.Dlna/ContentDirectory/ControlHandler.cs
+++ b/Emby.Dlna/ContentDirectory/ControlHandler.cs
@@ -1681,7 +1681,6 @@ namespace Emby.Dlna.ContentDirectory
private ServerItem GetItemFromObjectId(string id)
{
return DidlBuilder.IsIdRoot(id)
-
? new ServerItem(_libraryManager.GetUserRootFolder())
: ParseItemId(id);
}