mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-13 09:43:12 +01:00
3.2.36.7
This commit is contained in:
@@ -709,6 +709,9 @@ namespace Emby.Server.Implementations.Library
|
||||
|
||||
var rootFolder = GetItemById(GetNewItemId(rootFolderPath, typeof(AggregateFolder))) as AggregateFolder ?? (AggregateFolder)ResolvePath(_fileSystem.GetDirectoryInfo(rootFolderPath));
|
||||
|
||||
// In case program data folder was moved
|
||||
rootFolder.Path = rootFolderPath;
|
||||
|
||||
// Add in the plug-in folders
|
||||
foreach (var child in PluginFolderCreators)
|
||||
{
|
||||
@@ -771,6 +774,9 @@ namespace Emby.Server.Implementations.Library
|
||||
tmpItem = (UserRootFolder)ResolvePath(_fileSystem.GetDirectoryInfo(userRootPath));
|
||||
}
|
||||
|
||||
// In case program data folder was moved
|
||||
tmpItem.Path = userRootPath;
|
||||
|
||||
_userRootFolder = tmpItem;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user