Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correct type hint for incomplete_retries in StatsResponse (#839)
refactor: implement composite key generation for MediaItem - Changed MediaItem ID type from int to str to support composite keys. - Added a method to generate composite keys using item type and trakt_id. - Updated related functions and methods to handle the new ID type. - Modified database queries and relationships to accommodate string IDs. - Adjusted API endpoints and event management to work with composite keys. # Conflicts: # src/program/services/indexers/trakt.py refactor: update ID handling to use strings instead of integers across modules fix: correct type hint for incomplete_retries in StatsResponse Also add episode and season types to composites.
- Loading branch information