mirror of https://github.com/stashapp/stash.git
Fix message id issue (#1530)
This commit is contained in:
parent
0589df51cd
commit
fd3c9153d5
|
@ -47,6 +47,9 @@ export function makeCriteria(type: CriterionType = "none") {
|
|||
case "name":
|
||||
case "path":
|
||||
case "checksum":
|
||||
return new StringCriterion(
|
||||
new MandatoryStringCriterionOption(type, type)
|
||||
);
|
||||
case "oshash":
|
||||
return new StringCriterion(
|
||||
new MandatoryStringCriterionOption("media_info.hash", type, type)
|
||||
|
|
Loading…
Reference in New Issue