Commit b250bfe9 authored by PDuarte's avatar PDuarte

episodes fix create

parent 11d826a4
...@@ -29,7 +29,7 @@ const Tables = () => { ...@@ -29,7 +29,7 @@ const Tables = () => {
title: values.title, title: values.title,
parentid: values.parentid, parentid: values.parentid,
seriesid: values.seriesid, seriesid: values.seriesid,
seasonid: values.seasonid, seasonID: values.seasonid,
parenttype: values.parenttype, parenttype: values.parenttype,
external_id: values.external_id, external_id: values.external_id,
external_url: values.external_url, external_url: values.external_url,
...@@ -68,7 +68,7 @@ const Tables = () => { ...@@ -68,7 +68,7 @@ const Tables = () => {
parenttype: 'Episodes', parenttype: 'Episodes',
external_id: '', external_id: '',
external_url: '', external_url: '',
seriesID: 0, seriesid: 0,
seasonid: 1, seasonid: 1,
textual: [], textual: [],
genres: [], genres: [],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment