Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ddboline committed Aug 28, 2024
1 parent a05c8d5 commit 61c5779
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "movie_collection_rust"
version = "0.10.43"
version = "0.10.44"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion movie_collection_http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "movie_collection_http"
version = "0.10.43"
version = "0.10.44"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion movie_collection_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "movie_collection_lib"
version = "0.10.43"
version = "0.10.44"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand Down
1 change: 1 addition & 0 deletions movie_collection_lib/src/parse_imdb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ impl ParseImdb {
link: result.link.clone(),
rating: Some(rating),
istv: Some(istv),
index: Uuid::new_v4(),
..ImdbRatings::default()
}
.insert_show(&self.mc.pool)
Expand Down
2 changes: 1 addition & 1 deletion transcode_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "transcode_lib"
version = "0.10.43"
version = "0.10.44"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 61c5779

Please sign in to comment.