mirror of
https://github.com/Sonarr/Sonarr
synced 2025-03-01 01:06:37 +00:00
Fix: Added sorting to the seasons column on the series grid.
This commit is contained in:
parent
545c9cb91e
commit
83089457d8
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@
|
|||
return source["TitleSorter"];
|
||||
}
|
||||
}, //Title
|
||||
{ sWidth: '100px', "mDataProp": "SeasonsCount", "bSortable": false }, //Seasons
|
||||
{ sWidth: '100px', "mDataProp": "SeasonsCount" }, //Seasons
|
||||
{ sWidth: '100px', "mDataProp": "QualityProfileName" }, //Quality
|
||||
{ sWidth: '120px', "mDataProp": "Network" }, //Network
|
||||
{ sWidth: '120px', "mDataProp": function (source, type, val) {
|
||||
|
|
Loading…
Reference in a new issue