mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
implement user ordering of local metadata readers
This commit is contained in:
parent
6c487993cb
commit
2d0ce724ea
@ -717,6 +717,8 @@ namespace MediaBrowser.Server.Implementations.Library
|
|||||||
{
|
{
|
||||||
var userRootPath = ConfigurationManager.ApplicationPaths.DefaultUserViewsPath;
|
var userRootPath = ConfigurationManager.ApplicationPaths.DefaultUserViewsPath;
|
||||||
|
|
||||||
|
Directory.CreateDirectory(userRootPath);
|
||||||
|
|
||||||
_userRootFolder = RetrieveItem(userRootPath.GetMBId(typeof(UserRootFolder))) as UserRootFolder ??
|
_userRootFolder = RetrieveItem(userRootPath.GetMBId(typeof(UserRootFolder))) as UserRootFolder ??
|
||||||
(UserRootFolder)ResolvePath(new DirectoryInfo(userRootPath));
|
(UserRootFolder)ResolvePath(new DirectoryInfo(userRootPath));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user