use entry::set_numbers and setbools for parameters
This commit is contained in:
@@ -17,6 +17,7 @@ use series;
|
||||
use template;
|
||||
use playout;
|
||||
use audio;
|
||||
use entry;
|
||||
|
||||
binmode STDOUT, ":utf8";
|
||||
|
||||
@@ -149,13 +150,6 @@ sub check_params {
|
||||
$checked->{studio_id} = -1;
|
||||
}
|
||||
|
||||
#word
|
||||
for my $param ('debug') {
|
||||
if ( ( defined $params->{$param} ) && ( $params->{$param} =~ /^\s*(.+?)\s*$/ ) ) {
|
||||
$checked->{$param} = $1;
|
||||
}
|
||||
}
|
||||
|
||||
return $checked;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user