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

Fixed: sorting on episode list when new episodes are added during refresh

pull/4/head
Mark McDowall 10 years ago
parent 9aeda7aaba
commit 679455713e

@ -285,6 +285,7 @@ module.exports = Marionette.Layout.extend({
_refreshEpisodes : function() {
this._updateEpisodeCollection();
this.episodeCollection.fullCollection.sort();
this.render();
},

Loading…
Cancel
Save