1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-28 02:27:13 +00:00

Fixed: Rename preview for Specials

This commit is contained in:
Mark McDowall 2015-04-07 16:18:39 -07:00
parent 7e0c833ad0
commit 2c52ac1a7b

View file

@ -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;
} }