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