aboutsummaryrefslogtreecommitdiff
path: root/database/database.go
AgeCommit message (Collapse)AuthorFilesLines
2026-02-25Refactor anime update logic and task managementBobby1-0/+9
- Simplified title retrieval in AnimeUpdate and updateAnime functions. - Updated next airing checks to use new fields directly. - Removed unnecessary nil checks for titles in various functions. - Enhanced task management by eliminating redundant LastRun updates. - Improved dependency handling in triggerDependentTasks for better clarity and performance. - Streamlined Jikan API response structure by merging related fields. - Added StopRateLimiters function to rate limiter utilities for better control. - Refined episode title handling in TMDB and TVDB enrichment functions. - Introduced Stop method in MultiLimiter for graceful shutdown of rate limiters.
2026-02-04Refactor database initialization and migration: update driver handling and ↵Bobby1-26/+17
streamline migration process
2025-05-09refactored typesBobby1-6/+6
2025-04-06syncing anime lists via fribb mappingsBobby1-0/+55