Skip to content

Commit 680c6cc

Browse files
authored
Merge pull request #3682 from onesounds/PreviewMedia
Add additional media file extensions for Preview
2 parents 60770da + a3f98a6 commit 680c6cc

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
@@ -391,7 +391,11 @@ private static string GetVolumeMoreInfoTooltip(string volumePath, string freespa
391391
volumePath, freespace, totalspace, Environment.NewLine);
392392
}
393393

394-
private static readonly string[] MediaExtensions = { ".jpg", ".png", ".avi", ".mkv", ".bmp", ".gif", ".wmv", ".mp3", ".flac", ".mp4" };
394+
private static readonly string[] MediaExtensions =
395+
{
396+
".jpg", ".png", ".avi", ".mkv", ".bmp", ".gif", ".wmv", ".mp3", ".flac", ".mp4",
397+
".m4a", ".m4v", ".heic", ".mov", ".flv", ".webm"
398+
};
395399
}
396400

397401
public enum ResultType

0 commit comments

Comments
 (0)