mirror of
https://github.com/jely2002/youtube-dl-gui.git
synced 2021-11-01 22:46:21 +03:00
fix: videoOnly being selected when downloading playlists with cookies (#64)
This commit is contained in:
@@ -11,7 +11,7 @@ class Environment {
|
||||
this.version = app.getVersion();
|
||||
this.cookiePath = null;
|
||||
this.mainAudioOnly = false;
|
||||
this.mainVideoOnly = true;
|
||||
this.mainVideoOnly = false;
|
||||
this.mainAudioQuality = "best";
|
||||
this.mainDownloadSubs = false;
|
||||
this.paths = new Filepaths(app);
|
||||
|
||||
Reference in New Issue
Block a user