Fix ItemsAddedToCollection not firing

This commit is contained in:
Eric Reed 2014-07-16 16:01:38 -04:00
parent 21c3430ac4
commit 798505f21c

View File

@ -191,7 +191,7 @@ namespace MediaBrowser.Server.Implementations.Collections
if (fireEvent) if (fireEvent)
{ {
EventHelper.FireEventIfNotNull(ItemsRemovedFromCollection, this, new CollectionModifiedEventArgs EventHelper.FireEventIfNotNull(ItemsAddedToCollection, this, new CollectionModifiedEventArgs
{ {
Collection = collection, Collection = collection,
ItemsChanged = itemList ItemsChanged = itemList