]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix lint on hls.ts
authorFlorent <florent.git@zeteo.me>
Thu, 4 Aug 2022 07:22:21 +0000 (09:22 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Thu, 4 Aug 2022 07:49:26 +0000 (09:49 +0200)
server/lib/hls.ts

index 20754219f22c1b7f402bdbd86674d0e94d7abccd..ad29e4c90023d442ad3e5bb6f7076d7b79b68c59 100644 (file)
@@ -100,7 +100,7 @@ function updateMasterHLSPlaylist (video: MVideo, playlistArg: MStreamingPlaylist
 
 // ---------------------------------------------------------------------------
 
-async function updateSha256VODSegments (video: MVideo, playlistArg: MStreamingPlaylist): Promise<MStreamingPlaylistFilesVideo> {
+function updateSha256VODSegments (video: MVideo, playlistArg: MStreamingPlaylist): Promise<MStreamingPlaylistFilesVideo> {
   return playlistFilesQueue.add(async () => {
     const json: { [filename: string]: { [range: string]: string } } = {}