From 6e21e96aa2f1704878100f2b1d3c71ba3cfd1cd3 Mon Sep 17 00:00:00 2001 From: muchtall Date: Mon, 16 Sep 2024 19:42:26 +0000 Subject: [PATCH] Allow Non-Windows installations to populate Windows folder artwork (https://github.com/rmcrackan/Libation/issues/977) --- Source/LibationFileManager/WindowsDirectory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/LibationFileManager/WindowsDirectory.cs b/Source/LibationFileManager/WindowsDirectory.cs index 10901ce97..9d881aeb7 100644 --- a/Source/LibationFileManager/WindowsDirectory.cs +++ b/Source/LibationFileManager/WindowsDirectory.cs @@ -15,7 +15,7 @@ public static void SetCoverAsFolderIcon(string pictureId, string directory) 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