From 78d60e63840f83b31ac3f86a0b667c8f1d5dbd92 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 24 May 2019 14:28:10 +0200 Subject: Fix build --- client/src/app/shared/video/video-actions-dropdown.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') 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 { ngOnChanges () { if (this.loaded) { this.loaded = false - this.playlistAdd.unload() + this.playlistAdd.reload() } this.buildActions() -- cgit v1.2.3