aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.ServerApplication/EntryPoints/WebSocketEvents.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-18 11:03:05 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-18 11:03:05 -0400
commit50088ba1f855c815b0d5ed8ffaa4010a4c4212bd (patch)
treebe350ecad5c0f3fc94e752d0b52f48ce617f2200 /MediaBrowser.ServerApplication/EntryPoints/WebSocketEvents.cs
parent05303bc42135e523e1025aa1597b8c9fa2c50e34 (diff)
remove duplicate new item notifications
Diffstat (limited to 'MediaBrowser.ServerApplication/EntryPoints/WebSocketEvents.cs')
-rw-r--r--MediaBrowser.ServerApplication/EntryPoints/WebSocketEvents.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.ServerApplication/EntryPoints/WebSocketEvents.cs b/MediaBrowser.ServerApplication/EntryPoints/WebSocketEvents.cs
index 64aa78ec4..056e50a78 100644
--- a/MediaBrowser.ServerApplication/EntryPoints/WebSocketEvents.cs
+++ b/MediaBrowser.ServerApplication/EntryPoints/WebSocketEvents.cs
@@ -213,6 +213,8 @@ namespace MediaBrowser.ServerApplication.EntryPoints
LibraryUpdateTimer.Dispose();
LibraryUpdateTimer = null;
}
+
+ LibraryUpdateInfo = null;
}
}