mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-27 13:38:20 +00:00
removed custom path subfolder setting
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user