beets/beets/ui
Šarūnas Nejus 98bb7f12be
refactor: convert _queries from class attributes to cached properties
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.
2025-07-16 14:45:25 +01:00
..
__init__.py refactor: convert _queries from class attributes to cached properties 2025-07-16 14:45:25 +01:00
commands.py Fix breaking issues 2025-07-16 14:06:33 +01:00
completion_base.sh Require 'bash-completion' >=v2.8 instead of v2.10 2024-06-13 09:19:12 +02:00