mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-21 03:43:20 +03:00
Fixed bug where adding content to playlist wouldn't enable save button
This commit is contained in:
@@ -77,6 +77,7 @@ export class ModifyPlaylistComponent implements OnInit {
|
|||||||
|
|
||||||
addContent(file) {
|
addContent(file) {
|
||||||
this.playlist_file_objs.push(file);
|
this.playlist_file_objs.push(file);
|
||||||
|
this.playlist.uids.push(file.uid);
|
||||||
this.processFiles();
|
this.processFiles();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user