Skip to content

Commit

Permalink
add mkv and wav to media types
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargaj authored Jan 11, 2025
1 parent 839568d commit 519645e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Runners/Media.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public class Media : IRunner
"*.avi",
"*.mpg",
"*.mp4",
"*.mkv",
"*.mov",

"*.jpg",
Expand All @@ -25,6 +26,7 @@ public class Media : IRunner
"*.mp3",
"*.ogg",
"*.flac",
"*.wav",
};

public string Name => "Media";
Expand Down

0 comments on commit 519645e

Please sign in to comment.