fix folders affecting album resolver

pull/1154/head
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; var fullName = fileSystemInfo.FullName;
if (libraryManager.IsAudioFile(fullName, libraryOptions)) if (libraryManager.IsAudioFile(fullName, libraryOptions))
@ -150,6 +151,7 @@ namespace Emby.Server.Implementations.Library.Resolvers.Audio
return true; return true;
} }
} }
}
if (notMultiDisc) if (notMultiDisc)
{ {

Loading…
Cancel
Save