Skip to content

Commit 8f10f4a

Browse files
committed
Add additional media file extensions to ResultManager
1 parent 2a4b4de commit 8f10f4a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Search/ResultManager.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,11 @@ private static void IncrementEverythingRunCounterIfNeeded(string fileOrFolder)
349349
_ = Task.Run(() => EverythingApi.IncrementRunCounterAsync(fileOrFolder));
350350
}
351351

352-
private static readonly string[] MediaExtensions = { ".jpg", ".png", ".avi", ".mkv", ".bmp", ".gif", ".wmv", ".mp3", ".flac", ".mp4" };
352+
private static readonly string[] MediaExtensions =
353+
{
354+
".jpg", ".png", ".avi", ".mkv", ".bmp", ".gif", ".wmv", ".mp3", ".flac", ".mp4",
355+
".m4a", ".m4v", ".heic", ".mov", ".flv", ".webm"
356+
};
353357
}
354358

355359
public enum ResultType

0 commit comments

Comments
 (0)