浏览代码

remove duplicate new item notifications

Luke Pulverenti 12 年之前
父节点
当前提交
50088ba1f8
共有 1 个文件被更改,包括 2 次插入0 次删除
  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;
             }
         }