From 9eef270105e59cd241c9c20793a5c1fc54b7438e Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Tue, 5 May 2020 03:54:21 +0200 Subject: [PATCH] Updating to the new identify api --- src/app/metadata-edit/metadata-edit.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;