diff options
author | Chocobozzz <me@florianbigard.com> | 2019-05-24 11:49:53 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-05-24 11:49:53 +0200 |
commit | b6e342d5c6c265a93ad1cf63a00dcf6ececebede (patch) | |
tree | c36a5d42cdee1f67d0dd56b9f884729c698424c8 /client/src/app | |
parent | fe419518d09d25596ff33954fee9ccb2c79b7cde (diff) | |
download | PeerTube-b6e342d5c6c265a93ad1cf63a00dcf6ececebede.tar.gz PeerTube-b6e342d5c6c265a93ad1cf63a00dcf6ececebede.tar.zst PeerTube-b6e342d5c6c265a93ad1cf63a00dcf6ececebede.zip |
Fix duplicates in playlist add component
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/shared/video-playlist/video-add-to-playlist.component.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/src/app/shared/video-playlist/video-add-to-playlist.component.ts b/client/src/app/shared/video-playlist/video-add-to-playlist.component.ts index be15f2352..0dfb88aa6 100644 --- a/client/src/app/shared/video-playlist/video-add-to-playlist.component.ts +++ b/client/src/app/shared/video-playlist/video-add-to-playlist.component.ts | |||
@@ -57,8 +57,6 @@ export class VideoAddToPlaylistComponent extends FormReactive implements OnInit, | |||
57 | this.buildForm({ | 57 | this.buildForm({ |
58 | displayName: this.videoPlaylistValidatorsService.VIDEO_PLAYLIST_DISPLAY_NAME | 58 | displayName: this.videoPlaylistValidatorsService.VIDEO_PLAYLIST_DISPLAY_NAME |
59 | }) | 59 | }) |
60 | |||
61 | this.init() | ||
62 | } | 60 | } |
63 | 61 | ||
64 | ngOnChanges (simpleChanges: SimpleChanges) { | 62 | ngOnChanges (simpleChanges: SimpleChanges) { |