Skip to content

Commit

Permalink
Changed comment for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
Tzahi12345 committed Mar 27, 2020
1 parent 57234b4 commit 0c5cd29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/main/main.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit 0c5cd29

Please sign in to comment.