mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Support setting scrapers path in UI (#2124)
* Support setting scrapers path in UI * Refresh scrapers when scrapers path changes
This commit is contained in:
@@ -116,6 +116,14 @@ export const SettingsConfigurationPanel: React.FC = () => {
|
||||
onChange={(v) => saveGeneral({ generatedPath: v })}
|
||||
/>
|
||||
|
||||
<StringSetting
|
||||
id="scrapers-path"
|
||||
headingID="config.general.scrapers_path.heading"
|
||||
subHeadingID="config.general.scrapers_path.description"
|
||||
value={general.scrapersPath ?? undefined}
|
||||
onChange={(v) => saveGeneral({ scrapersPath: v })}
|
||||
/>
|
||||
|
||||
<StringSetting
|
||||
id="metadata-path"
|
||||
headingID="config.general.metadata_path.heading"
|
||||
|
||||
Reference in New Issue
Block a user