1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 20:12:41 +02:00

Fixed: History fails due to languages property (#3944)

* Fix languages property

* fix language
This commit is contained in:
EnorMOZ 2019-12-14 20:33:09 -05:00 committed by Qstick
parent e9ed08c8be
commit 2f902d412c
2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ class HistoryRow extends Component {
); );
} }
if (name === 'language') { if (name === 'languages') {
return ( return (
<TableRowCell key={name}> <TableRowCell key={name}>
<MovieLanguage <MovieLanguage

View File

@ -40,7 +40,7 @@ export const defaultState = {
isVisible: true isVisible: true
}, },
{ {
name: 'language', name: 'languages',
label: 'Language', label: 'Language',
isSortable: true, isSortable: true,
isVisible: true isVisible: true