1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04:00

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

This commit is contained in:
Mark McDowall
2015-03-18 16:14:44 -07:00
parent 9aeda7aaba
commit 679455713e
+1
View File
@@ -285,6 +285,7 @@ module.exports = Marionette.Layout.extend({
_refreshEpisodes : function() {
this._updateEpisodeCollection();
this.episodeCollection.fullCollection.sort();
this.render();
},