Fix build

This commit is contained in:
Chocobozzz
2019-05-24 14:28:10 +02:00
parent f5b37c3ec2
commit 78d60e6384

View File

@@ -81,7 +81,7 @@ export class VideoActionsDropdownComponent implements OnChanges {
ngOnChanges () {
if (this.loaded) {
this.loaded = false
this.playlistAdd.unload()
this.playlistAdd.reload()
}
this.buildActions()