Browse Source

Don't process live when moving to external storage

tags/v5.1.0
Chocobozzz 3 weeks ago
parent
commit
9c84bf5156
No known key found for this signature in database GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      scripts/create-move-video-storage-job.ts

+ 2
- 0
scripts/create-move-video-storage-job.ts View File

@@ -72,6 +72,8 @@ async function run () {
for (const id of ids) {
const videoFull = await VideoModel.loadFull(id)

if (videoFull.isLive) continue

const files = videoFull.VideoFiles || []
const hls = videoFull.getHLSPlaylist()



Loading…
Cancel
Save