the plugin now listens also for item_moved

This commit is contained in:
Marvin Steadfast 2014-11-21 14:58:33 +01:00
parent e33ba24622
commit f8b3b96ff4

View file

@ -35,6 +35,7 @@ class Permissions(BeetsPlugin):
})
@Permissions.listen('item_moved')
@Permissions.listen('item_copied')
def permissions(item, source, destination):
"""Running the permission fixer.