mirror of https://github.com/Chocobozzz/PeerTube
Fix lint
parent
3a71086e35
commit
8faed816ab
|
@ -420,8 +420,6 @@ export class VideoListComponent extends RestTable <Video> implements OnInit {
|
|||
this.videoCaptionService.generateCaption(videos.map(v => v.id))
|
||||
.subscribe({
|
||||
next: result => {
|
||||
const messages: string[] = []
|
||||
|
||||
if (result.success) {
|
||||
this.notifier.success(
|
||||
formatICU(
|
||||
|
|
Loading…
Reference in New Issue