mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-01 06:18:16 +00:00
Fixed: Rename preview for Specials
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user