1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

Fixed: default sort order of episodes on series details

This commit is contained in:
Mark McDowall 2015-01-23 00:04:15 -08:00
parent d285e36b2b
commit 4f669fbbd4
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ define(
state: {
sortKey: 'episodeNumber',
order : -1
order : 1
},
originalFetch: Backbone.Collection.prototype.fetch,

View File

@ -248,7 +248,7 @@
.series-season {
.episode-number-cell {
width : 22px;
width : 40px;
white-space: nowrap;
}
.episode-air-date-cell {