This website works better with JavaScript.
Home
Explore
Help
Sign In
rigelk
/
PeerTube
mirror of
https://github.com/Chocobozzz/PeerTube
Watch
1
Star
0
Fork
0
Code
Releases
119
Activity
Browse Source
Don't process live when moving to external storage
tags/v5.1.0
Chocobozzz
3 weeks ago
parent
f967d8be4d
commit
9c84bf5156
No known key found for this signature in database
GPG Key ID:
583A612D890159BE
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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()
Write
Preview
Loading…
Cancel
Save