diff --git a/client/src/app/shared/shared-video-miniature/video-download.component.ts b/client/src/app/shared/shared-video-miniature/video-download.component.ts index c2532c9d3..dff8a1f46 100644 --- a/client/src/app/shared/shared-video-miniature/video-download.component.ts +++ b/client/src/app/shared/shared-video-miniature/video-download.component.ts @@ -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'