mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
fix folders affecting album resolver
This commit is contained in:
parent
c47b602499
commit
45da5c64b1
@ -142,12 +142,14 @@ namespace Emby.Server.Implementations.Library.Resolvers.Audio
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
var fullName = fileSystemInfo.FullName;
|
|
||||||
|
|
||||||
if (libraryManager.IsAudioFile(fullName, libraryOptions))
|
|
||||||
{
|
{
|
||||||
return true;
|
var fullName = fileSystemInfo.FullName;
|
||||||
|
|
||||||
|
if (libraryManager.IsAudioFile(fullName, libraryOptions))
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user