mirror of
https://github.com/stashapp/stash.git
synced 2025-12-15 21:03:22 +01:00
Allow path separator in scene filename parser pattern (#327)
This commit is contained in:
parent
c33639d824
commit
79f69b4d61
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ export const ParserInput: React.FC<IParserInputProps> = (
|
|||
</InputGroup.Append>
|
||||
</InputGroup>
|
||||
<Form.Text className="text-muted row col-10 offset-2">
|
||||
Use '\\' to escape literal {} characters
|
||||
Use '\' to escape literal {} characters
|
||||
</Form.Text>
|
||||
</Form.Group>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue