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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user