remove duplicate new item notifications

This commit is contained in:
Luke Pulverenti 2013-04-18 11:03:05 -04:00
parent 05303bc421
commit 50088ba1f8

View File

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