mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
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
Block a user