Episode Activity added

New: Activity tab added to Episode Details
This commit is contained in:
Mark McDowall
2013-10-03 23:01:02 -07:00
parent d0d65db4f2
commit c0b7612053
14 changed files with 182 additions and 15 deletions

View File

@@ -58,7 +58,7 @@ define(
if (App.reqres.hasHandler(App.Reqres.GetEpisodeFileById)) {
var episodeFile = App.request(App.Reqres.GetEpisodeFileById, episodeFileId);
var episodeFileCollection = new EpisodeFileCollection(episodeFile, { seriesId: this.model.get('seriesId') });
this._showTable(episodeFileCollection)
this._showTable(episodeFileCollection);
}
else {