aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/create-move-video-storage-job.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/create-move-video-storage-job.ts b/scripts/create-move-video-storage-job.ts
index 13ba3c0b7..c402115f0 100644
--- a/scripts/create-move-video-storage-job.ts
+++ b/scripts/create-move-video-storage-job.ts
@@ -72,6 +72,8 @@ async function run () {
72 for (const id of ids) { 72 for (const id of ids) {
73 const videoFull = await VideoModel.loadFull(id) 73 const videoFull = await VideoModel.loadFull(id)
74 74
75 if (videoFull.isLive) continue
76
75 const files = videoFull.VideoFiles || [] 77 const files = videoFull.VideoFiles || []
76 const hls = videoFull.getHLSPlaylist() 78 const hls = videoFull.getHLSPlaylist()
77 79