Luke Pulverenti 10 years ago
commit 80eda34f9f

@ -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

Loading…
Cancel
Save