mirror of
https://github.com/alexta69/metube.git
synced 2026-03-18 22:43:51 +00:00
Remove DEFAULT_DOWNLOAD_FOLDER feature
Co-authored-by: alexta69 <7450369+alexta69@users.noreply.github.com>
This commit is contained in:
@@ -315,10 +315,6 @@ export class App implements AfterViewInit, OnInit {
|
||||
if (!this.chapterTemplate) {
|
||||
this.chapterTemplate = config['OUTPUT_TEMPLATE_CHAPTER'];
|
||||
}
|
||||
// Set default download folder from backend config if not already set
|
||||
if (!this.folder && config['DEFAULT_DOWNLOAD_FOLDER']) {
|
||||
this.folder = config['DEFAULT_DOWNLOAD_FOLDER'];
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user