mirror of https://github.com/Radarr/Radarr
Fixed: Calendar will show all downloading instead of top 15
This commit is contained in:
parent
f52c151f0a
commit
30788a45e1
|
@ -18,7 +18,7 @@ define(
|
|||
mode: 'client',
|
||||
|
||||
findEpisode: function (episodeId) {
|
||||
return _.find(this.models, function (queueModel) {
|
||||
return _.find(this.fullCollection.models, function (queueModel) {
|
||||
return queueModel.get('episode').id === episodeId;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue