Skip to content

Commit

Permalink
include id in imdb_episodes sync
Browse files Browse the repository at this point in the history
  • Loading branch information
ddboline committed Aug 18, 2024
1 parent d7f05b4 commit 8acdb20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions movie_collection_http/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ struct _ImdbEpisodesWrapper {
eptitle: StackString,
#[schema(description = "Episode URL")]
epurl: StackString,
#[schema(description = "ID")]
id: UuidWrapper,
}

#[derive(Serialize, Deserialize, Clone, Debug, Eq, Copy, PartialEq, Into, From)]
Expand Down

0 comments on commit 8acdb20

Please sign in to comment.