1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

seasonNumber not season

This commit is contained in:
Mark McDowall
2015-06-07 23:45:37 -07:00
parent 963f1a168e
commit c42e322949
+1 -1
View File
@@ -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');