From 14a806b90067934027c19d3b4662b92a118f18a8 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 20 Apr 2013 18:16:31 -0400 Subject: [PATCH] disable new item notifier for now --- MediaBrowser.ServerApplication/EntryPoints/NewItemNotifier.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MediaBrowser.ServerApplication/EntryPoints/NewItemNotifier.cs b/MediaBrowser.ServerApplication/EntryPoints/NewItemNotifier.cs index 6bc6d50658..da39520c9a 100644 --- a/MediaBrowser.ServerApplication/EntryPoints/NewItemNotifier.cs +++ b/MediaBrowser.ServerApplication/EntryPoints/NewItemNotifier.cs @@ -14,7 +14,7 @@ namespace MediaBrowser.ServerApplication.EntryPoints /// /// Class NewItemNotifier /// - public class NewItemNotifier : IServerEntryPoint + public class NewItemNotifier { /// /// Holds the list of new items to display when the NewItemTimer expires