mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-20 11:41:00 +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) {
|
||||
this.playlist_file_objs.push(file);
|
||||
this.playlist.uids.push(file.uid);
|
||||
this.processFiles();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user