update components

This commit is contained in:
Luke Pulverenti
2015-11-20 19:12:44 -05:00
parent 625a089737
commit c4fa6a28db
7 changed files with 3 additions and 33 deletions

View File

@@ -458,10 +458,7 @@ namespace MediaBrowser.Controller.Entities
{
var idString = Id.ToString("N");
if (ConfigurationManager.Configuration.EnableLibraryMetadataSubFolder)
{
basePath = System.IO.Path.Combine(basePath, "library");
}
basePath = System.IO.Path.Combine(basePath, "library");
return System.IO.Path.Combine(basePath, idString.Substring(0, 2), idString);
}