Rewrite tests for coverage and less duplication

Address minor warnings
Revert making GetInternalMetadataPath mockable
This commit is contained in:
Joe Rogers
2022-02-21 21:59:41 +01:00
parent 59040bfa7d
commit 15053516f8
9 changed files with 572 additions and 317 deletions

View File

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