Merge branch 'release/v1.3.0' into develop
authorChocobozzz <me@florianbigard.com>
Fri, 24 May 2019 10:02:45 +0000 (12:02 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 24 May 2019 10:02:45 +0000 (12:02 +0200)
1  2 
client/src/app/shared/video-playlist/video-add-to-playlist.component.ts

index c6cff03a4b9a82125e31eea7c26f754bff7c5561,35cad9d14f857492f470ddbf3a87d6f5386341b4..e7f7dfe8aaff1301340f18ce03013dd5bb44b12f
@@@ -71,10 -71,10 +71,10 @@@ export class VideoAddToPlaylistComponen
      if (this.lazyLoad !== true) this.load()
    }
  
 -  unload () {
 +  reload () {
      this.videoPlaylists = []
  
-     this.init()
+     this.reload()
  
      this.cd.markForCheck()
    }