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

Merge pull request from HurricaneHernandez/dev

Fixing dllmap entry for libwebp, needed version in so name.
pull/702/head
Luke 10 years ago
commit ff32d54b61

@ -1,4 +1,4 @@
<configuration>
<dllmap dll="libwebp" target="./libwebp/osx/libwebp.5.dylib" os="osx"/>
<dllmap dll="libwebp" target="libwebp.so" os="linux"/>
</configuration>
<dllmap dll="libwebp" target="libwebp.so.5" os="linux"/>
</configuration>

Loading…
Cancel
Save