diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-18 13:41:27 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-11-18 13:41:27 +0100 |
commit | 7f88a58e3f8582431978ffff2e2beddadae6e358 (patch) | |
tree | e174e19f170656a16d87eeb2e119d8b814134b00 /server/models/video | |
parent | 4166caabc6f439a7db7d1e15d64f74b8b694fc6b (diff) | |
download | PeerTube-7f88a58e3f8582431978ffff2e2beddadae6e358.tar.gz PeerTube-7f88a58e3f8582431978ffff2e2beddadae6e358.tar.zst PeerTube-7f88a58e3f8582431978ffff2e2beddadae6e358.zip |
Try to fix playlist tests
Diffstat (limited to 'server/models/video')
-rw-r--r-- | server/models/video/video.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/models/video/video.ts b/server/models/video/video.ts index f1782f78d..edf757697 100644 --- a/server/models/video/video.ts +++ b/server/models/video/video.ts | |||
@@ -129,7 +129,6 @@ import { VideoShareModel } from './video-share' | |||
129 | import { VideoStreamingPlaylistModel } from './video-streaming-playlist' | 129 | import { VideoStreamingPlaylistModel } from './video-streaming-playlist' |
130 | import { VideoTagModel } from './video-tag' | 130 | import { VideoTagModel } from './video-tag' |
131 | import { VideoViewModel } from './video-view' | 131 | import { VideoViewModel } from './video-view' |
132 | import { ne } from 'sequelize/types/lib/operators' | ||
133 | 132 | ||
134 | export enum ScopeNames { | 133 | export enum ScopeNames { |
135 | AVAILABLE_FOR_LIST_IDS = 'AVAILABLE_FOR_LIST_IDS', | 134 | AVAILABLE_FOR_LIST_IDS = 'AVAILABLE_FOR_LIST_IDS', |