1
0
Fork 0

Add missing logger tags

This commit is contained in:
Chocobozzz 2023-11-29 16:31:29 +01:00
parent f51bafb3fa
commit c6047e1573
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ export async function moveToJob (options: {
}
if (video.VideoStreamingPlaylists) {
logger.debug('Moving HLS playlist of %s.', video.uuid)
logger.debug('Moving HLS playlist of %s.', video.uuid, lTags)
await moveHLSFiles(video)
}