mirror of
https://github.com/Radarr/Radarr
synced 2025-12-06 16:32:36 +01:00
Fixed: Language Column not shown in Queue
This commit is contained in:
parent
be3152e630
commit
b225435164
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ class QueueRow extends Component {
|
|||
);
|
||||
}
|
||||
|
||||
if (name === 'language') {
|
||||
if (name === 'languages') {
|
||||
return (
|
||||
<TableRowCell key={name}>
|
||||
<MovieLanguage
|
||||
|
|
|
|||
Loading…
Reference in a new issue