Fixed: Rename preview for Specials

pull/4/head
Mark McDowall 9 years ago
parent 7e0c833ad0
commit 2c52ac1a7b

@ -25,7 +25,7 @@ module.exports = Backbone.Collection.extend({
options.data = {}; options.data = {};
options.data.seriesId = this.seriesId; options.data.seriesId = this.seriesId;
if (this.seasonNumber) { if (this.seasonNumber !== undefined) {
options.data.seasonNumber = this.seasonNumber; options.data.seasonNumber = this.seasonNumber;
} }

Loading…
Cancel
Save