]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/runners/job-handlers/vod-hls-transcoding-job-handler.ts
Support studio transcoding in peertube runner
[github/Chocobozzz/PeerTube.git] / server / lib / runners / job-handlers / vod-hls-transcoding-job-handler.ts
index 02566b9d5e9117da84552bcf116c2c13e9119382..cc94bcbda072da9583541911e85a7a030a210bfb 100644 (file)
@@ -71,7 +71,7 @@ export class VODHLSTranscodingJobHandler extends AbstractVODTranscodingJobHandle
 
   // ---------------------------------------------------------------------------
 
-  async specificComplete (options: {
+  protected async specificComplete (options: {
     runnerJob: MRunnerJob
     resultPayload: VODHLSTranscodingSuccess
   }) {