update nlog

This commit is contained in:
Luke Pulverenti
2015-01-12 00:07:19 -05:00
parent 231e89e4b9
commit f45e166604
11 changed files with 42 additions and 52 deletions

View File

@@ -577,7 +577,7 @@ namespace MediaBrowser.Server.Implementations.Library
var fullPath = fileInfo.FullName;
if (string.IsNullOrWhiteSpace(collectionType))
if (string.IsNullOrWhiteSpace(collectionType) && parent != null)
{
collectionType = GetContentTypeOverride(fullPath, true);
}