Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/4f669fbbd492862e7515fb4d4264980fae2654fa You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: default sort order of episodes on series details

pull/2/head
Mark McDowall 10 years ago
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…
Cancel
Save