diff --git a/Source/LibationFileManager/WindowsDirectory.cs b/Source/LibationFileManager/WindowsDirectory.cs index 10901ce9..9d881aeb 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