fix: auto-set WatchMedium::MediaServer on webhook watch confirms
This commit is contained in:
@@ -56,7 +56,7 @@ pub async fn execute(
|
|||||||
rating: c.rating,
|
rating: c.rating,
|
||||||
comment: c.comment,
|
comment: c.comment,
|
||||||
watched_at: *event.watched_at(),
|
watched_at: *event.watched_at(),
|
||||||
watch_medium: None,
|
watch_medium: Some(domain::value_objects::WatchMedium::MediaServer),
|
||||||
};
|
};
|
||||||
|
|
||||||
review_logger.log_review(review_cmd).await?;
|
review_logger.log_review(review_cmd).await?;
|
||||||
|
|||||||
Reference in New Issue
Block a user