Skip to content

Commit a053109

Browse files
committed
2 parents 897adb3 + 43718cb commit a053109

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,9 @@ fetch(`${config.URL}api/ffmpeg`, {
2424
}).catch((err) => {
2525
console.error(err);
2626
});
27+
28+
/**
29+
* We need to keep alive the process otherwise
30+
* plex send a bad mpd file
31+
**/
32+
setInterval(() => {}, 3600000);

0 commit comments

Comments
 (0)