Skip to content

Commit

Permalink
Update formats
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry08 committed Jan 26, 2024
1 parent 9307e0b commit 0fda004
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Yosu/ViewModels/YoutubeViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,7 @@ public class YoutubeViewModel
public Container SelectedContainer { get; set; } = Container.Mp4;

public IReadOnlyList<Container> AvailableContainers { get; } =
new[]
{
//Container.Mp4,
//Container.WebM,
Container.Mp3,
new Container("ogg")
};
new[] { Container.Mp4, Container.WebM, Container.Mp3, new Container("ogg") };

public IReadOnlyList<VideoQualityPreference> AvailableVideoQualityPreferences { get; } =
Enum.GetValues<VideoQualityPreference>().Reverse().ToArray();
Expand Down

0 comments on commit 0fda004

Please sign in to comment.