diff --git a/crates/services/importer/src/plex.rs b/crates/services/importer/src/plex.rs index 5c32047d61..804d72757a 100644 --- a/crates/services/importer/src/plex.rs +++ b/crates/services/importer/src/plex.rs @@ -63,8 +63,8 @@ pub async fn import(input: DeployUrlAndKeyImportInput) -> Result { else { failed_items.push(ImportFailedItem { lot: Some(lot), - identifier: item.key.clone(), step: ImportFailStep::ItemDetailsFromSource, + identifier: format!("{} ({}) - {}", item.title, lot, item.key), error: Some("No TMDb ID associated with this media".to_string()), }); continue;