mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Fix image clean (#913)
* Use correct regex when cleaning images * Clarify video exclusion pattern heading
This commit is contained in:
@@ -423,7 +423,7 @@ export const SettingsConfigurationPanel: React.FC = () => {
|
||||
</Form.Group>
|
||||
|
||||
<Form.Group>
|
||||
<h6>Excluded Patterns</h6>
|
||||
<h6>Excluded Video Patterns</h6>
|
||||
<ExclusionPatterns excludes={excludes} setExcludes={setExcludes} />
|
||||
<Form.Text className="text-muted">
|
||||
Regexps of video files/paths to exclude from Scan and add to Clean
|
||||
|
||||
Reference in New Issue
Block a user