Changed comment for clarity

This commit is contained in:
Isaac Grynsztein
2020-03-27 15:57:51 -04:00
parent 57234b4690
commit 0c5cd291fe

View File

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