1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +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: { state: {
sortKey: 'episodeNumber', sortKey: 'episodeNumber',
order : -1 order : 1
}, },
originalFetch: Backbone.Collection.prototype.fetch, originalFetch: Backbone.Collection.prototype.fetch,

View File

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