feat(application): derive Clone on SyncPosterCommand

This commit is contained in:
2026-05-04 12:35:10 +02:00
parent e17082b11d
commit 5fffdc93c7

View File

@@ -14,6 +14,7 @@ pub struct LogReviewCommand {
pub watched_at: NaiveDateTime,
}
#[derive(Clone)]
pub struct SyncPosterCommand {
pub movie_id: Uuid,
pub external_metadata_id: String,