We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96612da commit 742a7c5Copy full SHA for 742a7c5
backend/endpoints/configs.py
@@ -47,6 +47,7 @@ def get_config() -> ConfigResponse:
47
SCAN_ARTWORK_PRIORITY=cfg.SCAN_ARTWORK_PRIORITY,
48
SCAN_REGION_PRIORITY=cfg.SCAN_REGION_PRIORITY,
49
SCAN_LANGUAGE_PRIORITY=cfg.SCAN_LANGUAGE_PRIORITY,
50
+ SCAN_MEDIA=cfg.SCAN_MEDIA,
51
)
52
53
backend/endpoints/responses/config.py
@@ -27,3 +27,4 @@ class ConfigResponse(TypedDict):
27
SCAN_ARTWORK_PRIORITY: list[str]
28
SCAN_REGION_PRIORITY: list[str]
29
SCAN_LANGUAGE_PRIORITY: list[str]
30
+ SCAN_MEDIA: list[str]
0 commit comments