diff options
author | Chocobozzz <me@florianbigard.com> | 2023-06-05 16:29:23 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-06-29 10:18:20 +0200 |
commit | d299afeb2ca94eb7e44e056607cf7f840dd6a60b (patch) | |
tree | 919dcfd8cd9f0d3025465dd88b0efd19b4f8cf51 /client | |
parent | 7f7e9d4e904fed9233f84089e3b2ea60ab8740f7 (diff) | |
download | PeerTube-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.ts | 4 |
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 @@ | |||
1 | import { PeerTubeServerError } from '../../../types' | 1 | import { HttpStatusCode, LiveVideo, VideoDetails, VideoToken } from '../../../../../shared/models' |
2 | import { HttpStatusCode, LiveVideo, Storyboard, VideoDetails, VideoToken } from '../../../../../shared/models' | ||
3 | import { logger } from '../../../root-helpers' | 2 | import { logger } from '../../../root-helpers' |
3 | import { PeerTubeServerError } from '../../../types' | ||
4 | import { AuthHTTP } from './auth-http' | 4 | import { AuthHTTP } from './auth-http' |
5 | 5 | ||
6 | export class VideoFetcher { | 6 | export class VideoFetcher { |