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
+2 -2
View File
@@ -22,8 +22,8 @@ impl Client {
pub async fn get_details(
&self,
id: impl Into<ShowId>,
season: impl Into<i32>,
episode: impl Into<i32>,
season: impl Into<u32>,
episode: impl Into<u32>,
language: Option<&str>,
) -> Result<Episode, Error> {
Ok(self
+1 -1
View File
@@ -22,7 +22,7 @@ impl Client {
pub async fn get_details(
&self,
id: impl Into<ShowId>,
season: impl Into<i32>,
season: impl Into<u32>,
language: Option<&str>,
) -> Result<Season, Error> {
Ok(self