mirror of
https://github.com/beetbox/beets.git
synced 2026-01-06 07:53:40 +01:00
requires 'self'
This commit is contained in:
parent
840bf15e5b
commit
c82cd29081
1 changed files with 1 additions and 1 deletions
|
|
@ -374,7 +374,7 @@ plugin will be used if we issue a command like ``beet ls @something`` or
|
|||
return pattern == val
|
||||
|
||||
class ExactMatchPlugin(BeetsPlugin):
|
||||
def queries():
|
||||
def queries(self):
|
||||
return {
|
||||
'@': ExactMatchQuery
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue