|
|
@ -48,7 +48,6 @@ const WantedSeriesView: FunctionComponent = () => {
|
|
|
|
accessor: "missing_subtitles",
|
|
|
|
accessor: "missing_subtitles",
|
|
|
|
Cell: ({ row, value }) => {
|
|
|
|
Cell: ({ row, value }) => {
|
|
|
|
const wanted = row.original;
|
|
|
|
const wanted = row.original;
|
|
|
|
const hi = wanted.hearing_impaired;
|
|
|
|
|
|
|
|
const seriesId = wanted.sonarrSeriesId;
|
|
|
|
const seriesId = wanted.sonarrSeriesId;
|
|
|
|
const episodeId = wanted.sonarrEpisodeId;
|
|
|
|
const episodeId = wanted.sonarrEpisodeId;
|
|
|
|
|
|
|
|
|
|
|
@ -72,8 +71,8 @@ const WantedSeriesView: FunctionComponent = () => {
|
|
|
|
episodeId,
|
|
|
|
episodeId,
|
|
|
|
form: {
|
|
|
|
form: {
|
|
|
|
language: item.code2,
|
|
|
|
language: item.code2,
|
|
|
|
hi,
|
|
|
|
hi: item.hi,
|
|
|
|
forced: false,
|
|
|
|
forced: item.forced,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|
|
|
|
}
|
|
|
|
);
|
|
|
|
);
|
|
|
|