-
Performers scraped from web that don’t exist in the database. Will be created on apply.
Declaration
Swift
var newPerformers: [PerformerData] -
Performers that exist in both source and DB but have profile changes. Updated on apply unless “ignore updates” is checked.
Declaration
Swift
var updatedPerformers: [UpdatedPerformerData] -
Count of performers that matched and had no changes.
Declaration
Swift
var unchangedCount: Int -
Matched or new performer-event links that would be added if event linking is enabled on apply.
Declaration
Swift
var eventLinksToAdd: [PerformerEventLinkPreviewData] -
Scraped performer-event references that could not be matched to any DB event.
Declaration
Swift
var unmatchedScrapedEvents: [PerformerEventLinkPreviewData] -
Performers in DB but not found in the scraped source. Only deleted on apply if “process deletes” is checked.
Declaration
Swift
var notInSourcePerformers: [PerformerHeaderData]
View on GitHub