Fixed: Collections not deleted on Movie Delete

pull/7421/head
Qstick 3 years ago
parent cc306fcd36
commit c5fb5200de

@ -122,7 +122,7 @@ namespace NzbDrone.Core.Movies.Collections
var collection = FindByTmdbId(collectionTmdbId);
_repo.Delete(collectionTmdbId);
_repo.Delete(collection.Id);
_eventAggregator.PublishEvent(new CollectionDeletedEvent(collection));
}

Loading…
Cancel
Save