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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue