2
0
Эх сурвалжийг харах

remove duplicate new item notifications

Luke Pulverenti 12 жил өмнө
parent
commit
50088ba1f8

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

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