mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-07 20:10:03 +03:00
Changed comment for clarity
This commit is contained in:
@@ -467,7 +467,7 @@ export class MainComponent implements OnInit {
|
||||
this.downloadingfile = false;
|
||||
|
||||
if (this.multiDownloadMode && !this.downloadOnlyMode) {
|
||||
// console.log('mismatched downloads');
|
||||
// do nothing
|
||||
} else {
|
||||
// if download only mode, just download the file. no redirect
|
||||
if (forceView === false && this.downloadOnlyMode && !this.iOS) {
|
||||
@@ -504,7 +504,7 @@ export class MainComponent implements OnInit {
|
||||
downloadHelperMp4(name, is_playlist = false, forceView = false, new_download = null) {
|
||||
this.downloadingfile = false;
|
||||
if (this.multiDownloadMode && !this.downloadOnlyMode) {
|
||||
// console.log('mismatched downloads');
|
||||
// do nothing
|
||||
} else {
|
||||
// if download only mode, just download the file. no redirect
|
||||
if (forceView === false && this.downloadOnlyMode) {
|
||||
|
||||
Reference in New Issue
Block a user