Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commits/commit/9644e894f0f6e1206f68a2b23aeb8065a565f9bf/Jellyfin.Api/Controllers/HlsSegmentController.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Commit Graph

31 Commits (9644e894f0f6e1206f68a2b23aeb8065a565f9bf)

Author SHA1 Message Date
Patrick Barron 9215a4d40a Add ITranscodeManager service 1 year ago
Bond_009 635d67d458 Revert "Use System.Net.IPNetwork" 1 year ago
Bond_009 b176beb88e Reduce string allocations 1 year ago
cvium 209edd38a4 refactor: simplify authz 2 years ago
Shadowghost f5f890e685 Migrate to file-scoped namespaces 2 years ago
Bond_009 52194f56b5 Replace != null with is not null 2 years ago
Bond_009 c7d50d640e Replace == null with is null 2 years ago
SenorSmartyPants d5e7e75421 Remove unused httpContext parameter 3 years ago
SenorSmartyPants 3ea54a8009 Remove isHeadRequest from GetStaticFile method signatures 3 years ago
Cody Robibero 64652b6392 Fix and disable new dotnet6 warnings 3 years ago
KonH 7c282ec369 Fix warning: The nullable warning suppression expression is redundant () 3 years ago
Erwin de Haan 1f3aa3fe6f Apply review suggestions 4 years ago
Erwin de Haan f61d18612b Fix directory traversal in the HlsSegmentController in a fairly rudimentary but working way. 4 years ago
crobibero 858c91ab48 Specify defaults or set query parameter to nullable 4 years ago
crobibero 223b42aed3 Create BaseItemKind enum 4 years ago
Bond_009 f5973d57e8
Remove UTF8 bom from some files 4 years ago
crobibero d58e435409 Add response code documentation 4 years ago
crobibero fe8531f74e Fix live tv hls playback 4 years ago
crobibero 73d2cb1c2a Updated based on review feedback 4 years ago
crobibero 95ebb9a55a Use null coalescing when possible 4 years ago
crobibero 5f52a58e78 Convert NullReferenceException to ResourceNotFoundException 4 years ago
crobibero 01355e0498 Fix nullability errors in Jellyfin.Api (part 1) 4 years ago
crobibero eab92a0b01 Merge remote-tracking branch 'upstream/master' into api-stream-return 5 years ago
crobibero 29fc882037 merge all attributes 5 years ago
crobibero b64108923a Add missing references 5 years ago
crobibero 59d47ec3f5 Make all FromRoute required 5 years ago
crobibero 2f33bee2a9 Set openapi schema type to file where possible 5 years ago
crobibero c5e9cf15f6 Use proper IHttpContextAccessor 5 years ago
crobibero 858aecd409 Fix all route for base url support 5 years ago
crobibero 9e00aa3014 fix openapi validation errors 5 years ago
David Ullmer 4aa0bd064f Move HlsSegmentService to Jellyfin.Api 5 years ago