fix: videoOnly being selected when downloading playlists with cookies (#64)

This commit is contained in:
Jelle Glebbeek
2021-05-18 16:27:19 +02:00
parent 6a7fc694e2
commit cc8c1a75da

View File

@@ -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);