Merge pull request #1108 from xsteadfastx/master

the plugin now listens also for item_moved
This commit is contained in:
Adrian Sampson 2014-11-21 14:57:35 -05:00
commit 9121e2ad71

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.