diff --git a/src/UI/Rename/RenamePreviewCollection.js b/src/UI/Rename/RenamePreviewCollection.js index 79798b266..ce9f49b4a 100644 --- a/src/UI/Rename/RenamePreviewCollection.js +++ b/src/UI/Rename/RenamePreviewCollection.js @@ -25,7 +25,7 @@ module.exports = Backbone.Collection.extend({ options.data = {}; options.data.seriesId = this.seriesId; - if (this.seasonNumber) { + if (this.seasonNumber !== undefined) { options.data.seasonNumber = this.seasonNumber; }