mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-22 12:40:56 +03:00
added download_only_mode to encryption configuration
reloading of mp3s/mp4s only happens if file manager is enabled
This commit is contained in:
@@ -139,7 +139,9 @@ export class AppComponent implements OnInit {
|
||||
}
|
||||
|
||||
// reloads mp3s
|
||||
this.getMp3s();
|
||||
if (this.fileManagerEnabled) {
|
||||
this.getMp3s();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
@@ -169,7 +171,9 @@ export class AppComponent implements OnInit {
|
||||
}
|
||||
|
||||
// reloads mp4s
|
||||
this.getMp4s();
|
||||
if (this.fileManagerEnabled) {
|
||||
this.getMp4s();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user