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.
jellyfin/MediaBrowser.Server.Mono/Imazen.WebP.dll.config

5 lines
166 B

<configuration>
<dllmap dll="libwebp" target="./libwebp/osx/libwebp.5.dylib" os="osx"/>
<dllmap dll="libwebp" target="libwebp.so.5" os="linux"/>
</configuration>