Merge branch 'release/v1.3.0' into develop

pull/1838/head
Chocobozzz 2019-05-24 12:02:45 +02:00
commit 86aafd06f2
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ export class VideoAddToPlaylistComponent extends FormReactive implements OnInit,
}
}
init () {
reload () {
this.resetOptions(true)
if (this.lazyLoad !== true) this.load()
@ -74,7 +74,7 @@ export class VideoAddToPlaylistComponent extends FormReactive implements OnInit,
reload () {
this.videoPlaylists = []
this.init()
this.reload()
this.cd.markForCheck()
}