mirror of https://github.com/Radarr/Radarr
Fixed: sorting on episode list when new episodes are added during refresh
This commit is contained in:
parent
9aeda7aaba
commit
679455713e
|
@ -285,6 +285,7 @@ module.exports = Marionette.Layout.extend({
|
||||||
|
|
||||||
_refreshEpisodes : function() {
|
_refreshEpisodes : function() {
|
||||||
this._updateEpisodeCollection();
|
this._updateEpisodeCollection();
|
||||||
|
this.episodeCollection.fullCollection.sort();
|
||||||
this.render();
|
this.render();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue