mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Fix setFromSavedCriterion for TimestampCriterion (#5742)
This commit is contained in:
@@ -1148,8 +1148,8 @@ export class TimestampCriterion extends ModifierCriterion<ITimestampValue> {
|
||||
value: string | ITimestampValue;
|
||||
value2?: string;
|
||||
}) {
|
||||
this.setFromSavedCriterion(c);
|
||||
// this.value = decodeRangeValue(c);
|
||||
super.setFromSavedCriterion(c);
|
||||
this.value = decodeRangeValue(c);
|
||||
}
|
||||
|
||||
protected encodeValue(): unknown {
|
||||
|
||||
Reference in New Issue
Block a user