aboutsummaryrefslogtreecommitdiff
path: root/entities/tasks.go
AgeCommit message (Collapse)AuthorFilesLines
2026-02-09Refactor AnimeUpdate worker logging and enhance API request for skip timesBobby1-4/+2
- Updated worker logging in AnimeUpdate to display worker ID starting from 1 instead of 0. - Modified the API request in GetSkipTimesForEpisode to include episodeLength=0 in the query parameters for better handling of skip times. - Added a new BaseModel struct in entities package to standardize model definitions with hidden ID and timestamp fields for JSON responses.
2026-02-04Add entity definitions for anime, episodes, genres, mappings, and related ↵Bobby1-4/+11
structures
2025-04-18basic anime details with episodes; added jikan and anilist as metadata ↵Bobby1-30/+0
fetchers; added tmdb for fetching episode descriptions
2025-04-06syncing anime lists via fribb mappingsBobby1-0/+45