diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-20 18:16:31 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-20 18:16:31 -0400 |
| commit | 14a806b90067934027c19d3b4662b92a118f18a8 (patch) | |
| tree | 22b30537a5083ce302109137e851b95e1c04ca08 | |
| parent | 6d7c8404ccca01937bcce4f3ff025b5bef94fe02 (diff) | |
disable new item notifier for now
| -rw-r--r-- | MediaBrowser.ServerApplication/EntryPoints/NewItemNotifier.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.ServerApplication/EntryPoints/NewItemNotifier.cs b/MediaBrowser.ServerApplication/EntryPoints/NewItemNotifier.cs index 6bc6d5065..da39520c9 100644 --- a/MediaBrowser.ServerApplication/EntryPoints/NewItemNotifier.cs +++ b/MediaBrowser.ServerApplication/EntryPoints/NewItemNotifier.cs @@ -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 |
