mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
Fixed sorting on episode tables
This commit is contained in:
parent
3b4a1986c5
commit
efbf89fac9
2 changed files with 15 additions and 7 deletions
|
@ -32,6 +32,11 @@ define(
|
|||
}
|
||||
|
||||
return 0;
|
||||
},
|
||||
|
||||
state: {
|
||||
sortKey: 'episodeNumber',
|
||||
order : -1
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue