mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-08 10:44:20 -04:00
Updating to the new identify api
This commit is contained in:
parent
c2091de79e
commit
9eef270105
@ -52,7 +52,7 @@ export class MetadataEditComponent
|
|||||||
{
|
{
|
||||||
if (this.metadataChanged)
|
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) =>
|
(show: Show) =>
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user