mirror of
https://github.com/rommapp/romm.git
synced 2026-02-19 07:50:57 +01:00
Convert `MetadataHandler` to an abstract base class and add an `is_enabled` class method that allows every metadata handler to independently report whether it is enabled based on its configuration. This avoids the need for global variables in the config module, allowing us to change the enabled state of a metadata handler at runtime if needed.