Fixed: Calendar will show all downloading instead of top 15

pull/69/head
Mark McDowall 11 years ago
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…
Cancel
Save