mirror of https://github.com/Chocobozzz/PeerTube
Merge branch 'release/v1.3.0' into develop
commit
86aafd06f2
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue