fix: Pass the delete movie params in with the DeleteMovie event when publishing to the networking channel

This commit is contained in:
2024-12-17 15:35:29 -07:00
parent d73dfb9fc7
commit 9ea6dbec20
7 changed files with 92 additions and 84 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ pub enum CreditType {
Crew,
}
#[derive(Serialize, Deserialize, Debug, Clone, Eq, PartialEq)]
#[derive(Serialize, Deserialize, Debug, Clone, Eq, PartialEq, Default)]
#[serde(rename_all = "lowercase")]
pub struct DeleteMovieParams {
pub id: i64,