Improve model

This commit is contained in:
2025-05-07 20:22:05 -06:00
parent 492f054e23
commit 62e933448c
16 changed files with 32 additions and 36 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ pub enum Movie {}
pub enum Show {}
/// The inner type of TmdbId
pub type Inner = i32;
pub type Inner = u32;
/// Wraps an ID from TMDB, the generic parameter is to enforce that
/// IDs for different types of media are not interchangeable