From 6c471ede0475b474e32130838d5fb59a41395add Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 12 Jul 2024 16:50:40 +0200 Subject: [PATCH] Fix lint --- .../shared/shared-video-miniature/video-download.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'