mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Updated sorting architecture so the collections can specify the sort-oddities instead of in backgrid column definitions.
This commit is contained in:
parent
2b6f908038
commit
6941888832
20 changed files with 173 additions and 186 deletions
|
@ -77,8 +77,7 @@ define(
|
|||
{
|
||||
name : 'nextAiring',
|
||||
label : 'Next Airing',
|
||||
cell : RelativeDateCell,
|
||||
sortValue : SeriesCollection.nextAiring
|
||||
cell : RelativeDateCell
|
||||
},
|
||||
{
|
||||
name : 'percentOfEpisodes',
|
||||
|
@ -173,9 +172,8 @@ define(
|
|||
name : 'network'
|
||||
},
|
||||
{
|
||||
title : 'Next Airing',
|
||||
name : 'nextAiring',
|
||||
sortValue : SeriesCollection.nextAiring
|
||||
title: 'Next Airing',
|
||||
name : 'nextAiring'
|
||||
},
|
||||
{
|
||||
title: 'Episodes',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue