Fix method names

This commit is contained in:
Chocobozzz 2019-05-24 14:24:00 +02:00
parent 089caedc6f
commit 625a98bc4a
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,
} }
} }
reload () { init () {
this.resetOptions(true) this.resetOptions(true)
if (this.lazyLoad !== true) this.load() if (this.lazyLoad !== true) this.load()
@ -74,7 +74,7 @@ export class VideoAddToPlaylistComponent extends FormReactive implements OnInit,
reload () { reload () {
this.videoPlaylists = [] this.videoPlaylists = []
this.reload() this.init()
this.cd.markForCheck() this.cd.markForCheck()
} }