mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Fixed: Rename preview for Specials
This commit is contained in:
parent
7e0c833ad0
commit
2c52ac1a7b
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user