fix folders affecting album resolver

release-10.1.0
Luke Pulverenti 8 years ago
parent c47b602499
commit 45da5c64b1

@ -142,7 +142,8 @@ namespace Emby.Server.Implementations.Library.Resolvers.Audio
}
}
}
else
{
var fullName = fileSystemInfo.FullName;
if (libraryManager.IsAudioFile(fullName, libraryOptions))
@ -150,6 +151,7 @@ namespace Emby.Server.Implementations.Library.Resolvers.Audio
return true;
}
}
}
if (notMultiDisc)
{

Loading…
Cancel
Save