mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-26 01:27:00 +00:00
seasonNumber not season
This commit is contained in:
parent
963f1a168e
commit
c42e322949
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ module.exports = Marionette.Layout.extend({
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_.any(selected, function (model) {
|
if (_.any(selected, function (model) {
|
||||||
return !model.has('season');
|
return !model.has('seasonNumber');
|
||||||
})) {
|
})) {
|
||||||
|
|
||||||
this._showErrorMessage('Season must be chosen for each selected file');
|
this._showErrorMessage('Season must be chosen for each selected file');
|
||||||
|
|
Loading…
Reference in a new issue