mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-09 04:22:30 +01:00
seasonNumber not season
This commit is contained in:
parent
963f1a168e
commit
c42e322949
@ -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 New Issue
Block a user