aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-11-18 13:41:27 +0100
committerChocobozzz <me@florianbigard.com>2020-11-18 13:41:27 +0100
commit7f88a58e3f8582431978ffff2e2beddadae6e358 (patch)
treee174e19f170656a16d87eeb2e119d8b814134b00 /server/models/video/video.ts
parent4166caabc6f439a7db7d1e15d64f74b8b694fc6b (diff)
downloadPeerTube-7f88a58e3f8582431978ffff2e2beddadae6e358.tar.gz
PeerTube-7f88a58e3f8582431978ffff2e2beddadae6e358.tar.zst
PeerTube-7f88a58e3f8582431978ffff2e2beddadae6e358.zip
Try to fix playlist tests
Diffstat (limited to 'server/models/video/video.ts')
-rw-r--r--server/models/video/video.ts1
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'
129import { VideoStreamingPlaylistModel } from './video-streaming-playlist' 129import { VideoStreamingPlaylistModel } from './video-streaming-playlist'
130import { VideoTagModel } from './video-tag' 130import { VideoTagModel } from './video-tag'
131import { VideoViewModel } from './video-view' 131import { VideoViewModel } from './video-view'
132import { ne } from 'sequelize/types/lib/operators'
133 132
134export enum ScopeNames { 133export enum ScopeNames {
135 AVAILABLE_FOR_LIST_IDS = 'AVAILABLE_FOR_LIST_IDS', 134 AVAILABLE_FOR_LIST_IDS = 'AVAILABLE_FOR_LIST_IDS',