mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-22 04:33:20 +03:00
Minor code cleanup
This commit is contained in:
@@ -193,8 +193,6 @@ export class PlayerComponent implements OnInit, AfterViewInit, OnDestroy {
|
|||||||
parseFileNames() {
|
parseFileNames() {
|
||||||
this.playlist = [];
|
this.playlist = [];
|
||||||
for (let i = 0; i < this.uids.length; i++) {
|
for (let i = 0; i < this.uids.length; i++) {
|
||||||
const uid = this.uids[i];
|
|
||||||
|
|
||||||
let file_obj = null;
|
let file_obj = null;
|
||||||
if (this.playlist_id) {
|
if (this.playlist_id) {
|
||||||
file_obj = this.db_playlist['file_objs'][i];
|
file_obj = this.db_playlist['file_objs'][i];
|
||||||
|
|||||||
Reference in New Issue
Block a user