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/599c898c0c063440f4129b0c2cbce31ea51e33dc/MediaBrowser.Server.Mono/Imazen.WebP.dll.config
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
<configuration>
|
|
<dllmap dll="libwebp" target="./libwebp/osx/libwebp.5.dylib" os="osx"/>
|
|
<dllmap dll="libwebp" target="libwebp.so.5" os="linux"/>
|
|
</configuration>
|