Allow Non-Windows installations to populate Windows folder artwork (https://github.com/rmcrackan/Libation/issues/977)
This commit is contained in:
parent
d1d0a7e487
commit
6e21e96aa2
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user