Skip to content

Commit

Permalink
Patch release [v3.4.1]
Browse files Browse the repository at this point in the history
- Now using the MIT license
- Removed licensing info in the "Info" screen
- Optimized code
- Updated to yt-dlp 2022.08.14
  • Loading branch information
o7q committed Aug 18, 2022
1 parent 87ad56a commit 027fd97
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Binary file modified assets/images/program.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- Now using the MIT license
- Removed licensing info in the "Info" screen
- Optimized code
- Updated to yt-dlp 2022.08.14

~ v3.4.0
- Fix major download issue for formats that use ffmpeg (temp files did not include a file extension resulting in ffmpeg erroring)
Expand Down
2 changes: 1 addition & 1 deletion src/MediaDownloader/program.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/MediaDownloader/program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ private void exitButton_Click(object sender, EventArgs e)
private void infoButton_Click(object sender, EventArgs e)
{
// read from infoText and open info panel
string infoText = MediaDownloader.Properties.Resources.infoText;
string infoText = Properties.Resources.infoText;
MessageBox.Show(infoText);
}

Expand Down

0 comments on commit 027fd97

Please sign in to comment.