mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
seasonNumber not season
This commit is contained in:
@@ -181,7 +181,7 @@ module.exports = Marionette.Layout.extend({
|
||||
}
|
||||
|
||||
if (_.any(selected, function (model) {
|
||||
return !model.has('season');
|
||||
return !model.has('seasonNumber');
|
||||
})) {
|
||||
|
||||
this._showErrorMessage('Season must be chosen for each selected file');
|
||||
|
||||
Reference in New Issue
Block a user