aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna/ContentDirectory/ControlHandler.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-10-01 13:28:02 -0400
committerGitHub <noreply@github.com>2017-10-01 13:28:02 -0400
commit71ee865689a1fe8ffbc8cf6067b99f4ed9b12fbe (patch)
tree6225fc387cb130b8e08bb353f60043f7de21713b /Emby.Dlna/ContentDirectory/ControlHandler.cs
parentbe791203fde81763fd645d5e5318a9b51016b486 (diff)
parent3cdc6c5a5276d1328066ba56b8882eb7ded97741 (diff)
Merge pull request #2928 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Dlna/ContentDirectory/ControlHandler.cs')
-rw-r--r--Emby.Dlna/ContentDirectory/ControlHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Dlna/ContentDirectory/ControlHandler.cs b/Emby.Dlna/ContentDirectory/ControlHandler.cs
index 47d199e6e..7db282dc8 100644
--- a/Emby.Dlna/ContentDirectory/ControlHandler.cs
+++ b/Emby.Dlna/ContentDirectory/ControlHandler.cs
@@ -1101,7 +1101,7 @@ namespace Emby.Dlna.ContentDirectory
StartIndex = query.StartIndex,
UserId = query.User.Id.ToString("N")
- }, new List<Folder> { (Folder)parent }, query.DtoOptions);
+ }, new List<BaseItem> { parent }, query.DtoOptions);
return ToResult(result);
}