mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Using SortValue instead of API hack for history
Fixed jshint for series collection
This commit is contained in:
parent
df055d191f
commit
4d6d477947
4 changed files with 5 additions and 9 deletions
|
@ -45,7 +45,8 @@ define(
|
|||
{
|
||||
name : 'series',
|
||||
label: 'Series',
|
||||
cell : SeriesTitleCell
|
||||
cell : SeriesTitleCell,
|
||||
sortValue: 'series.title'
|
||||
},
|
||||
{
|
||||
name : 'episode',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue