pull/6527/head
Chocobozzz 2024-07-12 16:50:40 +02:00
parent de2c0de32a
commit 6c471ede04
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import { VideoCaption, VideoFile, VideoFileMetadata, VideoSource } from '@peertu
import { logger } from '@root-helpers/logger'
import { videoRequiresFileToken } from '@root-helpers/video'
import { mapValues } from 'lodash-es'
import { firstValueFrom, of, throwError } from 'rxjs'
import { firstValueFrom, of } from 'rxjs'
import { catchError, tap } from 'rxjs/operators'
import { InputTextComponent } from '../shared-forms/input-text.component'
import { GlobalIconComponent } from '../shared-icons/global-icon.component'