Skip to content

Commit

Permalink
fix: file type extension typo
Browse files Browse the repository at this point in the history
  • Loading branch information
huynhsontung committed Nov 28, 2024
1 parent 37ebaf4 commit 08533de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Screenbox.Core/Helpers/FilesHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public static class FilesHelpers
ImmutableArray.Create(".mp3", ".wav", ".wma", ".aac", ".mid", ".midi", ".mpa", ".ogg", ".oga", ".opus", ".weba", ".flac", ".m4a", ".m4b", ".wv", ".wvc", ".aiff", ".aif", ".aifc", ".ac3", ".ape", ".dts", ".nist", ".ra", ".spx");

public static ImmutableArray<string> SupportedVideoFormats { get; } =
ImmutableArray.Create(".avi", ".mp4", ".wmv", ".mov", ".mkv", ".flv", ".3gp", ".3g2", ".m4v", ".mpg", ".mpeg", ".webm", ".rm", ".rmvb", ".asf", ".wm", ".wtv", "f4v", ".swf", ".vob", ".mxf");
ImmutableArray.Create(".avi", ".mp4", ".wmv", ".mov", ".mkv", ".flv", ".3gp", ".3g2", ".m4v", ".mpg", ".mpeg", ".webm", ".rm", ".rmvb", ".asf", ".wm", ".wtv", ".f4v", ".swf", ".vob", ".mxf");

public static ImmutableArray<string> SupportedPlaylistFormats { get; } =
ImmutableArray.Create(".m3u8", ".m3u", ".ts", ".mts", ".m2ts", ".m2t");
Expand Down

0 comments on commit 08533de

Please sign in to comment.