Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/8eced835c0c03d955aaf7b357986a709aa1b3ffa You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update JobLogger.cs

pull/2368/head
Nyanmisaka 5 years ago committed by GitHub
parent 48e9c004b4
commit 8eced835c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -146,7 +146,7 @@ namespace MediaBrowser.Controller.MediaEncoding
if (framerate.HasValue || percent.HasValue)
{
state.ReportTranscodingProgress(transcodingPosition, 0, percent, 0, bitRate);
state.ReportTranscodingProgress(transcodingPosition, framerate, percent, bytesTranscoded, bitRate);
}
}
}

Loading…
Cancel
Save