Fix build

pull/1935/head
Chocobozzz 2019-05-24 14:28:10 +02:00
parent f5b37c3ec2
commit 78d60e6384
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

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()