mirror of
https://github.com/agregarr/agregarr.git
synced 2026-05-20 01:29:42 -05:00
4541ea145c
Collection sync errors were being logged server-side but not surfaced to the UI, leaving users with blank error messages when multi-source collections failed to process. - Added lastSyncError and lastSyncErrorAt fields to CollectionConfig - MultiSourceOrchestrator now returns error in sync result - CollectionSyncService persists errors and doesn't mark failed syncs as successful - Settings methods to set/clear per-collection errors - Individual sync route also handles and persists errors Fixes #299 Co-authored-by: bitr8 <bitr8@users.noreply.github.com>