Dropped TVDbEpisodeId since its not used and was causing contraint issues

Fixed: Issues refreshing some series due to episodes being reordered on TheTVDB
This commit is contained in:
Mark McDowall
2013-10-09 17:23:13 -07:00
parent af278685ad
commit 9f403b46ff
9 changed files with 17 additions and 11 deletions

View File

@@ -57,12 +57,11 @@ define(
initialize: function () {
this.collection = new LogFileCollection();
vent.on(vent.Commands.ShowLogFile, this._fetchLogFileContents, this);
vent.on(vent.Commands.ShowLogFile, this._fetchLogFileContents, this);
vent.on(vent.Events.CommandComplete, this._commandComplete, this);
this.listenTo(this.collection, 'sync', this._collectionSynced);
this.collection.fetch();
},
onShow: function () {