mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-26 00:27:25 +00:00
removed custom path subfolder setting
This commit is contained in:
parent
0a5db9f2d7
commit
c8e67f6cb1
3 changed files with 1 additions and 12 deletions
|
|
@ -95,13 +95,9 @@ namespace MediaBrowser.Server.Implementations.Configuration
|
|||
{
|
||||
metadataPath = GetInternalMetadataPath();
|
||||
}
|
||||
else if (Configuration.EnableCustomPathSubFolders)
|
||||
{
|
||||
metadataPath = Path.Combine(Configuration.MetadataPath, "metadata");
|
||||
}
|
||||
else
|
||||
{
|
||||
metadataPath = Configuration.MetadataPath;
|
||||
metadataPath = Path.Combine(Configuration.MetadataPath, "metadata");
|
||||
}
|
||||
|
||||
((ServerApplicationPaths)ApplicationPaths).InternalMetadataPath = metadataPath;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue