mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
the plugin now listens also for item_moved
This commit is contained in:
parent
e33ba24622
commit
f8b3b96ff4
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ class Permissions(BeetsPlugin):
|
|||
})
|
||||
|
||||
|
||||
@Permissions.listen('item_moved')
|
||||
@Permissions.listen('item_copied')
|
||||
def permissions(item, source, destination):
|
||||
"""Running the permission fixer.
|
||||
|
|
|
|||
Loading…
Reference in a new issue