Skip to content

Commit

Permalink
fix: Fix Custom Site Matching Rules not Loading (#1889)
Browse files Browse the repository at this point in the history
  • Loading branch information
toshski authored Jan 17, 2025
1 parent 401c19e commit 085c3c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/models/model_external_reference.go
Original file line number Diff line number Diff line change
Expand Up @@ -1076,6 +1076,9 @@ func (scrapeRules ActorScraperConfig) getCustomRules() {
scrapeRules.GenericActorScrapingConfig[key] = rule
}
}
for key, matchrule := range customScrapeRules.StashSceneMatching {
scrapeRules.StashSceneMatching[key] = matchrule
}
}
}

Expand Down

0 comments on commit 085c3c0

Please sign in to comment.