mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 00:35:26 +03:00
more work on streaming remotely
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user