mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Set performers/tags/studios in parser (#563)
This commit is contained in:
@@ -60,6 +60,10 @@ export class SceneParserResult {
|
|||||||
this.title.setValue(result.title ?? undefined);
|
this.title.setValue(result.title ?? undefined);
|
||||||
this.date.setValue(result.date ?? undefined);
|
this.date.setValue(result.date ?? undefined);
|
||||||
this.rating.setValue(result.rating ?? undefined);
|
this.rating.setValue(result.rating ?? undefined);
|
||||||
|
|
||||||
|
this.performers.setValue(result.performer_ids ?? undefined);
|
||||||
|
this.tags.setValue(result.tag_ids ?? undefined);
|
||||||
|
this.studio.setValue(result.studio_id ?? undefined);
|
||||||
}
|
}
|
||||||
|
|
||||||
// returns true if any of its fields have set == true
|
// returns true if any of its fields have set == true
|
||||||
|
|||||||
Reference in New Issue
Block a user