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

@ -191,7 +191,7 @@ namespace MediaBrowser.Server.Implementations.Collections
if (fireEvent)
{
EventHelper.FireEventIfNotNull(ItemsRemovedFromCollection, this, new CollectionModifiedEventArgs
EventHelper.FireEventIfNotNull(ItemsAddedToCollection, this, new CollectionModifiedEventArgs
{
Collection = collection,
ItemsChanged = itemList

Loading…
Cancel
Save