mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
Fixed: sorting on episode list when new episodes are added during refresh
This commit is contained in:
@@ -285,6 +285,7 @@ module.exports = Marionette.Layout.extend({
|
||||
|
||||
_refreshEpisodes : function() {
|
||||
this._updateEpisodeCollection();
|
||||
this.episodeCollection.fullCollection.sort();
|
||||
this.render();
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user