mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Fixed: default sort order of episodes on series details
This commit is contained in:
parent
d285e36b2b
commit
4f669fbbd4
@ -10,7 +10,7 @@ define(
|
||||
|
||||
state: {
|
||||
sortKey: 'episodeNumber',
|
||||
order : -1
|
||||
order : 1
|
||||
},
|
||||
|
||||
originalFetch: Backbone.Collection.prototype.fetch,
|
||||
|
@ -248,7 +248,7 @@
|
||||
.series-season {
|
||||
|
||||
.episode-number-cell {
|
||||
width : 22px;
|
||||
width : 40px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.episode-air-date-cell {
|
||||
|
Loading…
Reference in New Issue
Block a user