Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into cleaner-playlists-and-settings

This commit is contained in:
Isaac Abadi
2021-08-01 17:27:35 -06:00
19 changed files with 244 additions and 151 deletions

View File

@@ -951,8 +951,6 @@ export class MainComponent implements OnInit {
}
reloadRecentVideos() {
if (this.recentVideos) {
this.recentVideos.getAllFiles();
}
this.postsService.files_changed.next(true);
}
}