Merge pull request #7370 from crobibero/internal-metadata-path

Only add internal files if the internal metadata path exists
This commit is contained in:
Claus Vium
2022-03-04 08:13:58 +01:00
committed by GitHub
11 changed files with 153 additions and 27 deletions

View File

@@ -887,7 +887,7 @@ namespace MediaBrowser.Controller.Entities
return Name;
}
public string GetInternalMetadataPath()
public virtual string GetInternalMetadataPath()
{
var basePath = ConfigurationManager.ApplicationPaths.InternalMetadataPath;