소스 검색

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;
             }
         }