diff options
author | Chocobozzz <me@florianbigard.com> | 2019-05-24 14:31:10 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-05-24 14:31:10 +0200 |
commit | 53da06304957c7980c759c0db3e93010f4de7db3 (patch) | |
tree | 5cde002ceed6d1c213dc7073c7103039f8e77e2c /client/src/app | |
parent | 625a98bc4ad76cde1b7192ed10ff38e7aea3183f (diff) | |
parent | 78d60e63840f83b31ac3f86a0b667c8f1d5dbd92 (diff) | |
download | PeerTube-53da06304957c7980c759c0db3e93010f4de7db3.tar.gz PeerTube-53da06304957c7980c759c0db3e93010f4de7db3.tar.zst PeerTube-53da06304957c7980c759c0db3e93010f4de7db3.zip |
Merge branch 'release/v1.3.0' into develop
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() |