diff --git a/beets/library.py b/beets/library.py index fe2892736..3458e35d3 100644 --- a/beets/library.py +++ b/beets/library.py @@ -712,6 +712,9 @@ class Item(Model): album = self.get_album() if album and not album.items(): album.remove(delete, False) + + # Send a 'item_removed' signal to plugins + plugins.send('item_removed', item=self) # Delete the associated file. if delete: