mirror of
https://github.com/beetbox/beets.git
synced 2025-12-16 05:34:47 +01:00
fixup! Add any_writable_field_query to fix bpd search
This commit is contained in:
parent
8b4b5bb1f5
commit
6f340c5fc7
1 changed files with 1 additions and 1 deletions
|
|
@ -408,7 +408,7 @@ class LibModel(dbcore.Model["Library"]):
|
|||
|
||||
@classmethod
|
||||
def any_writable_field_query(
|
||||
cls, query_class: Type[dbcore.FieldQuery], pattern: str
|
||||
cls, query_class: FieldQueryType, pattern: str
|
||||
) -> dbcore.OrQuery:
|
||||
return dbcore.OrQuery(
|
||||
[
|
||||
|
|
|
|||
Loading…
Reference in a new issue