Skip to content

Conversation

@mvdeckard
Copy link
Contributor

@mvdeckard mvdeckard commented Jan 16, 2026

  • Fix: Scrapers page not displaying list of scrapers for some users
  • Fix: Limit Scraping was being auto-enabled even when scraping failed in some circumstances
  • Fix: Force Update Scenes and Delete Scraped Scenes now auto-disable Limit Scraping if enabled
  • Fix: [SLR] URL generation producing invalid double-dash URLs. Now uses the label field from API directly instead of regenerating URL slugs from titles, preserving legitimate double-dash URLs while avoiding invalid ones
    condition with async store loading

- Fix Scrapers page not showing scrapers on slow devices due to race
  condition with async store loading. Changed showAllScrapers to local
  component state with default true instead of persisted store state.

- Fix Auto-limit scraping being enabled even when scrape failed (e.g.,
  "Studio code not found" errors). Now only enables after successful scrape.

- Fix SLR URL generation producing invalid double-dash URLs. Now uses the
  `label` field from SLR API directly instead of regenerating URL slugs
  from titles, preserving legitimate double-dash URLs while avoiding
  invalid ones.

- Disable limit scraping when user selects "Force update scenes" to allow
  full re-scrape, matching the behavior of "Delete scraped scenes".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant