Fixed: show proper episode file count on series details

This commit is contained in:
Mark McDowall
2014-11-01 23:20:41 -07:00
parent c159a378a0
commit ea43d78ad1
4 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ define(
},
_showInfo: function () {
this.info.show(new InfoView({ model: this.model }));
this.info.show(new InfoView({ model: this.model, episodeFileCollection: this.episodeFileCollection }));
},
_commandComplete: function (options) {