added a comma: syntax error atline 192, near "". " splice"
This commit is contained in:
parent
e5ef81ed12
commit
63015b6517
@ -189,7 +189,7 @@ loadSugs();
|
||||
|
||||
$cui->set_binding( sub { $cui->mainloopExit(); }, "q" );
|
||||
$suggestions->set_binding( sub {
|
||||
push(@watchArray, (split(". " splice(@suggestArray,$suggestions->get_active_id(),1),2))[1] );
|
||||
push(@watchArray, (split(". ", splice(@suggestArray,$suggestions->get_active_id(),1),2))[1] );
|
||||
push(@watchlist, splice(@videos,$suggestions->get_active_id(),1));
|
||||
sync2files();
|
||||
$suggestions->draw();
|
||||
|
Loading…
x
Reference in New Issue
Block a user