Browse Source

remove duplicate new item notifications

Luke Pulverenti 12 years ago
parent
commit
50088ba1f8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      MediaBrowser.ServerApplication/EntryPoints/WebSocketEvents.cs

+ 2 - 0
MediaBrowser.ServerApplication/EntryPoints/WebSocketEvents.cs

@@ -213,6 +213,8 @@ namespace MediaBrowser.ServerApplication.EntryPoints
                     LibraryUpdateTimer.Dispose();
                     LibraryUpdateTimer = null;
                 }
+
+                LibraryUpdateInfo = null;
             }
         }