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

minor changes

pull/4432/head
nyanmisaka 4 years ago
parent 5ff08338d5
commit 20d6999d8c

@ -39,7 +39,7 @@ namespace Jellyfin.Api.Controllers
public class VideoHlsController : BaseJellyfinApiController
{
private const string DefaultEncoderPreset = "superfast";
private readonly TranscodingJobType _transcodingJobType = TranscodingJobType.Hls;
private const TranscodingJobType _transcodingJobType = TranscodingJobType.Hls;
private readonly EncodingHelper _encodingHelper;
private readonly IDlnaManager _dlnaManager;

Loading…
Cancel
Save