Set performers/tags/studios in parser (#563)

This commit is contained in:
WithoutPants 2020-05-20 22:47:01 +10:00 committed by GitHub
parent 5c68c70216
commit 1a31ca3e33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,6 +60,10 @@ export class SceneParserResult {
this.title.setValue(result.title ?? undefined);
this.date.setValue(result.date ?? 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