mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-31 18:20:09 +01: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