refactor: route music module settings through runtime

This commit is contained in:
jxxghp
2026-08-23 03:03:26 +08:00
parent 4641db7f5b
commit 4098cc1eec
8 changed files with 24 additions and 17 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
from typing import Any, Optional, Tuple, Union
from app.runtime.cache import cached
from app.runtime.config import settings
from app.runtime.settings import RuntimeSettingsCompat
settings = RuntimeSettingsCompat()
from app.domain.context import (
MusicAlbumInfo,
MusicArtistInfo,