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