This commit is contained in:
Chocobozzz 2024-06-28 14:43:03 +02:00
parent 3a71086e35
commit 8faed816ab
No known key found for this signature in database
GPG Key ID: 583A612D890159BE

View File

@ -420,8 +420,6 @@ export class VideoListComponent extends RestTable <Video> implements OnInit {
this.videoCaptionService.generateCaption(videos.map(v => v.id)) this.videoCaptionService.generateCaption(videos.map(v => v.id))
.subscribe({ .subscribe({
next: result => { next: result => {
const messages: string[] = []
if (result.success) { if (result.success) {
this.notifier.success( this.notifier.success(
formatICU( formatICU(