mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Support for Artist Disambiguation and Type
This commit is contained in:
parent
6e4638f7b1
commit
ed3b47d76a
19 changed files with 95 additions and 92 deletions
|
@ -45,6 +45,13 @@ export const defaultState = {
|
|||
isVisible: true,
|
||||
isModifiable: false
|
||||
},
|
||||
{
|
||||
name: 'artistType',
|
||||
label: 'Type',
|
||||
isSortable: true,
|
||||
isVisible: true,
|
||||
isModifiable: false
|
||||
},
|
||||
{
|
||||
name: 'qualityProfileId',
|
||||
label: 'Quality Profile',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue