mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-07-13 00:24:04 -04:00
Allow Non-Windows installations to populate Windows folder artwork (https://github.com/rmcrackan/Libation/issues/977)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user