diff --git a/pkg/match/scraped.go b/pkg/match/scraped.go index 86c5c103b..b66f39a35 100644 --- a/pkg/match/scraped.go +++ b/pkg/match/scraped.go @@ -30,7 +30,7 @@ type SceneRelationships struct { func (r SceneRelationships) MatchRelationships(ctx context.Context, s *models.ScrapedScene, endpoint string) error { thisStudio := s.Studio for thisStudio != nil { - if err := ScrapedStudio(ctx, r.StudioFinder, s.Studio, endpoint); err != nil { + if err := ScrapedStudio(ctx, r.StudioFinder, thisStudio, endpoint); err != nil { return err }