mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 03:38:26 -07:00
Fixed: Wanted Page Count in UI and Paging, Sort by Album Title
This commit is contained in:
parent
df4e1e9b26
commit
a96df79572
2 changed files with 12 additions and 2 deletions
|
@ -41,6 +41,7 @@ export const defaultState = {
|
|||
{
|
||||
name: 'albumTitle',
|
||||
label: 'Album Title',
|
||||
isSortable: true,
|
||||
isVisible: true
|
||||
},
|
||||
{
|
||||
|
@ -119,6 +120,7 @@ export const defaultState = {
|
|||
{
|
||||
name: 'albumTitle',
|
||||
label: 'Album Title',
|
||||
isSortable: true,
|
||||
isVisible: true
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue