File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -569,6 +569,7 @@ def _update_config_file(self) -> None:
569569 "region" : self .config .SCAN_REGION_PRIORITY ,
570570 "language" : self .config .SCAN_LANGUAGE_PRIORITY ,
571571 },
572+ "media" : self .config .SCAN_MEDIA ,
572573 },
573574 }
574575
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments