Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/ca217270b78ddf51542eb3f4697d5ae30cff4da5
You should set ROOT_URL correctly, otherwise the web may not work correctly.
_logger.LogDebug("Existing ffmpeg path is empty and the new path is the same as {EncoderAppPathDisplay}. Skipping",nameof(config.EncoderAppPathDisplay));
return;
}
stringnewPath;
_logger.LogInformation("Attempting to update encoder path to {Path}. pathType: {PathType}",path??string.Empty,pathType??string.Empty);