aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-06-05 16:29:23 +0200
committerChocobozzz <me@florianbigard.com>2023-06-29 10:18:20 +0200
commitd299afeb2ca94eb7e44e056607cf7f840dd6a60b (patch)
tree919dcfd8cd9f0d3025465dd88b0efd19b4f8cf51 /client
parent7f7e9d4e904fed9233f84089e3b2ea60ab8740f7 (diff)
downloadPeerTube-d299afeb2ca94eb7e44e056607cf7f840dd6a60b.tar.gz
PeerTube-d299afeb2ca94eb7e44e056607cf7f840dd6a60b.tar.zst
PeerTube-d299afeb2ca94eb7e44e056607cf7f840dd6a60b.zip
Fix lint
Diffstat (limited to 'client')
-rw-r--r--client/src/standalone/videos/shared/video-fetcher.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/standalone/videos/shared/video-fetcher.ts b/client/src/standalone/videos/shared/video-fetcher.ts
index d52730b83..7fb94fbf3 100644
--- a/client/src/standalone/videos/shared/video-fetcher.ts
+++ b/client/src/standalone/videos/shared/video-fetcher.ts
@@ -1,6 +1,6 @@
1import { PeerTubeServerError } from '../../../types' 1import { HttpStatusCode, LiveVideo, VideoDetails, VideoToken } from '../../../../../shared/models'
2import { HttpStatusCode, LiveVideo, Storyboard, VideoDetails, VideoToken } from '../../../../../shared/models'
3import { logger } from '../../../root-helpers' 2import { logger } from '../../../root-helpers'
3import { PeerTubeServerError } from '../../../types'
4import { AuthHTTP } from './auth-http' 4import { AuthHTTP } from './auth-http'
5 5
6export class VideoFetcher { 6export class VideoFetcher {