Fix lint on hls.ts

This commit is contained in:
Florent 2022-08-04 09:22:21 +02:00 committed by Chocobozzz
parent 3a818abdc0
commit b37d80e3ce
1 changed files with 1 additions and 1 deletions

View 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 } } = {}