mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
Using SortValue instead of API hack for history
Fixed jshint for series collection
This commit is contained in:
@@ -45,7 +45,8 @@ define(
|
||||
{
|
||||
name : 'series',
|
||||
label: 'Series',
|
||||
cell : SeriesTitleCell
|
||||
cell : SeriesTitleCell,
|
||||
sortValue: 'series.title'
|
||||
},
|
||||
{
|
||||
name : 'episode',
|
||||
|
||||
Reference in New Issue
Block a user