mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Allow path separator in scene filename parser pattern (#327)
This commit is contained in:
@@ -150,7 +150,7 @@ export const ParserInput: React.FC<IParserInputProps> = (
|
|||||||
</InputGroup.Append>
|
</InputGroup.Append>
|
||||||
</InputGroup>
|
</InputGroup>
|
||||||
<Form.Text className="text-muted row col-10 offset-2">
|
<Form.Text className="text-muted row col-10 offset-2">
|
||||||
Use '\\' to escape literal {} characters
|
Use '\' to escape literal {} characters
|
||||||
</Form.Text>
|
</Form.Text>
|
||||||
</Form.Group>
|
</Form.Group>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user