]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/live/live-permanent.ts
Use -1 for max live duration unlimited
[github/Chocobozzz/PeerTube.git] / server / tests / api / live / live-permanent.ts
index 9e6c6cf70fe0ff9baa49c1f17dc68001eca1cb71..1128e993cae2f1574e271a39873b77c09b0e0e74 100644 (file)
@@ -66,7 +66,7 @@ describe('Permenant live', function () {
       live: {
         enabled: true,
         allowReplay: true,
-        maxDuration: null,
+        maxDuration: -1,
         transcoding: {
           enabled: true,
           resolutions: {
@@ -155,7 +155,7 @@ describe('Permenant live', function () {
       live: {
         enabled: true,
         allowReplay: true,
-        maxDuration: null,
+        maxDuration: -1,
         transcoding: {
           enabled: true,
           resolutions: {