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