Skip to content

Conversation

@MythodeaLoL
Copy link

Summary of changes:

  • Fix wrong import via /api/import/file
  • Clean up the NZB file(from /.nzbs) after successful processing
  • Fix missing codes into frontend

Tests:

  • Import file using web api /api/import/file to correct path of .nzb
  • Fix frontend build.
  • Clean up temp /.nzbs file after success import.

drondeseries and others added 20 commits December 28, 2025 11:49
- Modify RegisterCorruptedFile to set status to pending with high priority and maxed retries.
- Update UpdateFileHealth to use max_retries - 1 and high priority when noRetry is true (playback errors).
- Update metadata filesystem to report playback errors as pending in DB to trigger repair cycle.
- Add regression test for playback failure behavior in health_repository_test.go.
- Fix scan error in tests by updating priority column type to INTEGER in test setup.
…gured

- Move ErrFallbackNotConfigured to shared internal/errors package to avoid cycle.
- Update PostProcessor interface to return error from HandleFailure.
- Update HandleFailure to return ErrFallbackNotConfigured when fallback is disabled.
- Ensure service stays in 'failed' status and logs skipping when fallback is not used.
fix: downgrade nntppool and simplify stale items reset (javi11#173)
Previously, the last library sync result was stored only in memory, causing it to be lost on restart. This resulted in the 'Next Scan' field showing 'Automatic sync not configured' until a manual scan was triggered. This change adds a system_state table to persist the result. Also fixed frontend type mismatches and added missing deletion stats to the UI.
- Fix wrong import via /api/import/file
- Clean up the NZB file(from /.nzbs) after successful processing
- Fix missing codes into frontend
@drondeseries drondeseries merged commit 603a39d into drondeseries:main Dec 30, 2025
1 check passed
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.

2 participants