more work on streaming remotely

This commit is contained in:
Luke Pulverenti
2013-05-01 22:44:52 -04:00
parent e9cfa6cd26
commit b11d06f36f
6 changed files with 35 additions and 18 deletions

View File

@@ -518,6 +518,8 @@ namespace MediaBrowser.Server.Implementations.Library
// Add in the plug-in folders
foreach (var child in PluginFolderCreators)
{
var folder = child.GetFolder();
rootFolder.AddVirtualChild(child.GetFolder());
}