feat(application): derive Clone on SyncPosterCommand

This commit is contained in:
2026-05-04 12:35:10 +02:00
parent 5b69a3a7c0
commit 602df8df22

View File

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