Allow Non-Windows installations to populate Windows folder artwork (https://github.com/rmcrackan/Libation/issues/977)

This commit is contained in:
muchtall 2024-09-16 19:42:26 +00:00
parent d1d0a7e487
commit 6e21e96aa2

View File

@ -15,7 +15,7 @@ namespace LibationFileManager
try
{
//Currently only works for Windows and macOS
if (!Configuration.Instance.UseCoverAsFolderIcon || Configuration.IsLinux)
if (!Configuration.Instance.UseCoverAsFolderIcon)
return;
// get path of cover art in Images dir. Download first if not exists