mirror of https://github.com/Chocobozzz/PeerTube
Merge branch 'release/v1.3.0' into develop
commit
53da063049
|
@ -81,7 +81,7 @@ export class VideoActionsDropdownComponent implements OnChanges {
|
||||||
ngOnChanges () {
|
ngOnChanges () {
|
||||||
if (this.loaded) {
|
if (this.loaded) {
|
||||||
this.loaded = false
|
this.loaded = false
|
||||||
this.playlistAdd.unload()
|
this.playlistAdd.reload()
|
||||||
}
|
}
|
||||||
|
|
||||||
this.buildActions()
|
this.buildActions()
|
||||||
|
|
Loading…
Reference in New Issue