Fix duplicates in playlist add component
This commit is contained in:
parent
fe419518d0
commit
b6e342d5c6
|
@ -57,8 +57,6 @@ export class VideoAddToPlaylistComponent extends FormReactive implements OnInit,
|
||||||
this.buildForm({
|
this.buildForm({
|
||||||
displayName: this.videoPlaylistValidatorsService.VIDEO_PLAYLIST_DISPLAY_NAME
|
displayName: this.videoPlaylistValidatorsService.VIDEO_PLAYLIST_DISPLAY_NAME
|
||||||
})
|
})
|
||||||
|
|
||||||
this.init()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ngOnChanges (simpleChanges: SimpleChanges) {
|
ngOnChanges (simpleChanges: SimpleChanges) {
|
||||||
|
|
Loading…
Reference in New Issue