mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07:00
NextAiring sorting is not as drunk anymore
This commit is contained in:
parent
642f56c221
commit
d89d9e67c2
3 changed files with 16 additions and 15 deletions
|
@ -75,7 +75,7 @@ define(
|
|||
name : 'nextAiring',
|
||||
label : 'Next Airing',
|
||||
cell : RelativeDateCell,
|
||||
sortValue : SeriesCollection.sorters.nextAiring
|
||||
sortValue : SeriesCollection.nextAiring
|
||||
},
|
||||
{
|
||||
name : 'percentOfEpisodes',
|
||||
|
@ -152,7 +152,7 @@ define(
|
|||
{
|
||||
title : 'Next Airing',
|
||||
name : 'nextAiring',
|
||||
sortValue : SeriesCollection.sorters.nextAiring
|
||||
sortValue : SeriesCollection.nextAiring
|
||||
},
|
||||
{
|
||||
title: 'Episodes',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue