Updating to the new identify api

This commit is contained in:
Zoe Roux 2020-05-05 03:54:21 +02:00
parent c2091de79e
commit 9eef270105

View File

@ -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;