mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-17 11:43:44 +01:00
update nlog
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user