Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/src/commit/fee172da7e7a17a4d37ab51d32566b5b22c27b00/MediaBrowser.Controller/ClientEvent
You should set ROOT_URL correctly, otherwise the web may not work correctly.
* Remove useless MemoryStream in DlnaHttpClient
* Use HttpContent.ReadFromJsonAsync extension
* Call ConfigureAwait for IAsyncDisposable
* Use HttpContent.CopyToAsync where possible