diff --git a/src/app/metadata-edit/metadata-edit.component.ts b/src/app/metadata-edit/metadata-edit.component.ts index cf5b790f..f9490fe2 100644 --- a/src/app/metadata-edit/metadata-edit.component.ts +++ b/src/app/metadata-edit/metadata-edit.component.ts @@ -52,7 +52,7 @@ export class MetadataEditComponent { if (this.metadataChanged) { - this.http.post("/api/show/re-identify/" + this.show.slug, this.show).subscribe( + this.http.post("/api/show/re-identify/" + this.show.slug, this.show.externalIDs).subscribe( (show: Show) => { return;