CC-4185: Playlist Builder -> Smart Playlist: Able to create Smart Playlist more than 24 hours
- fixed
This commit is contained in:
parent
ef0e800c92
commit
1367bde728
|
@ -945,7 +945,7 @@ EOT;
|
||||||
$error[] = "Limit cannot be empty or smaller than 0";
|
$error[] = "Limit cannot be empty or smaller than 0";
|
||||||
} else {
|
} else {
|
||||||
$mins = $data['etc']['sp_limit_value'] * $multiplier;
|
$mins = $data['etc']['sp_limit_value'] * $multiplier;
|
||||||
if ($mins > 14400) {
|
if ($mins > 1440) {
|
||||||
$error[] = "Limit cannot be more than 24 hrs";
|
$error[] = "Limit cannot be more than 24 hrs";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue