diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-18 11:03:05 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-18 11:03:05 -0400 |
| commit | 50088ba1f855c815b0d5ed8ffaa4010a4c4212bd (patch) | |
| tree | be350ecad5c0f3fc94e752d0b52f48ce617f2200 /MediaBrowser.ServerApplication/EntryPoints/WebSocketEvents.cs | |
| parent | 05303bc42135e523e1025aa1597b8c9fa2c50e34 (diff) | |
remove duplicate new item notifications
Diffstat (limited to 'MediaBrowser.ServerApplication/EntryPoints/WebSocketEvents.cs')
| -rw-r--r-- | MediaBrowser.ServerApplication/EntryPoints/WebSocketEvents.cs | 2 |
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; } } |
