mirror of
https://github.com/beetbox/beets.git
synced 2026-01-04 06:53:27 +01:00
Convert _queries from mutable class attributes to cached class properties that dynamically fetch plugin queries. This eliminates the need for manual query registration and cleanup in plugin loading/unloading logic. |
||
|---|---|---|
| .. | ||
| autotag | ||
| dbcore | ||
| importer | ||
| library | ||
| test | ||
| ui | ||
| util | ||
| __init__.py | ||
| __main__.py | ||
| art.py | ||
| config_default.yaml | ||
| event_types.py | ||
| logging.py | ||
| mediafile.py | ||
| metadata_plugins.py | ||
| plugins.py | ||
| random.py | ||
| vfs.py | ||