diff options
author | Chocobozzz <me@florianbigard.com> | 2019-05-24 14:28:10 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-05-24 14:28:10 +0200 |
commit | 78d60e63840f83b31ac3f86a0b667c8f1d5dbd92 (patch) | |
tree | 67906aa105a6f9fdddb63bcc80875a0b5671ea49 /client/src/app | |
parent | f5b37c3ec2b3127f5a88ffa5b92c6004b89c0261 (diff) | |
download | PeerTube-78d60e63840f83b31ac3f86a0b667c8f1d5dbd92.tar.gz PeerTube-78d60e63840f83b31ac3f86a0b667c8f1d5dbd92.tar.zst PeerTube-78d60e63840f83b31ac3f86a0b667c8f1d5dbd92.zip |
Fix build
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/shared/video/video-actions-dropdown.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/video/video-actions-dropdown.component.ts b/client/src/app/shared/video/video-actions-dropdown.component.ts index df799499e..0bbc783c1 100644 --- a/client/src/app/shared/video/video-actions-dropdown.component.ts +++ b/client/src/app/shared/video/video-actions-dropdown.component.ts | |||
@@ -81,7 +81,7 @@ export class VideoActionsDropdownComponent implements OnChanges { | |||
81 | ngOnChanges () { | 81 | ngOnChanges () { |
82 | if (this.loaded) { | 82 | if (this.loaded) { |
83 | this.loaded = false | 83 | this.loaded = false |
84 | this.playlistAdd.unload() | 84 | this.playlistAdd.reload() |
85 | } | 85 | } |
86 | 86 | ||
87 | this.buildActions() | 87 | this.buildActions() |