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

disable new item notifier for now

pull/702/head
Luke Pulverenti 12 years ago
parent 6d7c8404cc
commit 14a806b900

@ -14,7 +14,7 @@ namespace MediaBrowser.ServerApplication.EntryPoints
/// <summary>
/// Class NewItemNotifier
/// </summary>
public class NewItemNotifier : IServerEntryPoint
public class NewItemNotifier
{
/// <summary>
/// Holds the list of new items to display when the NewItemTimer expires

Loading…
Cancel
Save