mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-20 21:03:20 +03:00
Removed unneeded comments
This commit is contained in:
@@ -411,7 +411,6 @@ function handleOutputJSON(sub, sub_db, output_json, multiUserMode = null, reset_
|
|||||||
// add to db
|
// add to db
|
||||||
sub_db.get('videos').push(output_json).write();
|
sub_db.get('videos').push(output_json).write();
|
||||||
} else {
|
} else {
|
||||||
// TODO: make multiUserMode obj
|
|
||||||
db_api.registerFileDB(path.basename(output_json['_filename']), sub.type, multiUserMode, sub);
|
db_api.registerFileDB(path.basename(output_json['_filename']), sub.type, multiUserMode, sub);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -135,7 +135,6 @@ export class SubscriptionComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
filterOptionChanged(value) {
|
filterOptionChanged(value) {
|
||||||
// this.filterProperty = value;
|
|
||||||
this.filterByProperty(value['property']);
|
this.filterByProperty(value['property']);
|
||||||
localStorage.setItem('filter_property', value['key']);
|
localStorage.setItem('filter_property', value['key']);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user