1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

NextAiring sorting is not as drunk anymore

This commit is contained in:
Mark McDowall
2014-01-16 12:37:31 -08:00
parent 642f56c221
commit d89d9e67c2
3 changed files with 16 additions and 15 deletions
+2 -2
View File
@@ -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',