mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-08 05:51:47 -07:00
[UI] Add Language to Manual Import, Fix Posters,Banners
This commit is contained in:
parent
25eef250a4
commit
48d31523a5
19 changed files with 325 additions and 30 deletions
|
@ -49,6 +49,12 @@ const columns = [
|
|||
isSortable: true,
|
||||
isVisible: true
|
||||
},
|
||||
{
|
||||
name: 'language',
|
||||
label: 'Language',
|
||||
isSortable: true,
|
||||
isVisible: true
|
||||
},
|
||||
{
|
||||
name: 'size',
|
||||
label: 'Size',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue