mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Fixed: Rename preview for Specials
This commit is contained in:
parent
7e0c833ad0
commit
2c52ac1a7b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue