mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-08 04:01:30 +03:00
Removed subscriptions_use_youtubedl_archive setting, to use youtube-dl archive functionality, there is now just one setting for both subscription and non-subscription videos
This commit is contained in:
@@ -59,11 +59,6 @@ export class SubscriptionComponent implements OnInit {
|
||||
this.getSubscription();
|
||||
}
|
||||
});
|
||||
|
||||
if (!this.initialized) {
|
||||
this.getConfig();
|
||||
this.getSubscription();
|
||||
}
|
||||
});
|
||||
if (this.route.snapshot.paramMap.get('id')) {
|
||||
this.id = this.route.snapshot.paramMap.get('id');
|
||||
@@ -101,7 +96,7 @@ export class SubscriptionComponent implements OnInit {
|
||||
}
|
||||
|
||||
getConfig() {
|
||||
this.use_youtubedl_archive = this.postsService.config['Subscriptions']['subscriptions_use_youtubedl_archive'];
|
||||
this.use_youtubedl_archive = this.postsService.config['Downloader']['use_youtubedl_archive'];
|
||||
}
|
||||
|
||||
goToFile(emit_obj) {
|
||||
|
||||
Reference in New Issue
Block a user