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)
|
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.init()
|
this.reload()
|
||||||
|
|
||||||
this.cd.markForCheck()
|
this.cd.markForCheck()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue