Skip to content

Commit 742a7c5

Browse files
committed
add SCAN_MEDIA to CongifResponse
1 parent 96612da commit 742a7c5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

backend/endpoints/configs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def get_config() -> ConfigResponse:
4747
SCAN_ARTWORK_PRIORITY=cfg.SCAN_ARTWORK_PRIORITY,
4848
SCAN_REGION_PRIORITY=cfg.SCAN_REGION_PRIORITY,
4949
SCAN_LANGUAGE_PRIORITY=cfg.SCAN_LANGUAGE_PRIORITY,
50+
SCAN_MEDIA=cfg.SCAN_MEDIA,
5051
)
5152

5253

backend/endpoints/responses/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ class ConfigResponse(TypedDict):
2727
SCAN_ARTWORK_PRIORITY: list[str]
2828
SCAN_REGION_PRIORITY: list[str]
2929
SCAN_LANGUAGE_PRIORITY: list[str]
30+
SCAN_MEDIA: list[str]

0 commit comments

Comments
 (0)