mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Added some todos
This commit is contained in:
parent
a6a5277de8
commit
1f03888ff9
2 changed files with 6 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
//this.validators.allowed = function (value) {
|
||||
// return value.length > 0 ? { isValid: true } : { isValid: false, message: 'You must have allowed qualities' };
|
||||
//};
|
||||
|
||||
//Todo: Cutoff should be something that is allowed (double check)
|
||||
this.validators.cutoff = function (value) {
|
||||
return value != null ? { isValid: true } : { isValid: false, message: 'You must have a valid cutoff' };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue