From 26a713985c739e3e6c9a612a3595dabb98796949 Mon Sep 17 00:00:00 2001 From: DB p Date: Sun, 27 Nov 2022 16:58:26 +0900 Subject: [PATCH] Add flac/mp3 (for large coverart) --- Flow.Launcher/ViewModel/ResultViewModel.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Flow.Launcher/ViewModel/ResultViewModel.cs b/Flow.Launcher/ViewModel/ResultViewModel.cs index 1eded59c7..99528a9a7 100644 --- a/Flow.Launcher/ViewModel/ResultViewModel.cs +++ b/Flow.Launcher/ViewModel/ResultViewModel.cs @@ -182,6 +182,8 @@ namespace Flow.Launcher.ViewModel or ".bmp" or ".gif" or ".wmv" + or ".mp3" + or ".flac" or ".mp4"; public GlyphInfo Glyph { get; set; }