mirror of
https://forge.murkfall.net/bluesaxman/ytbrowser-tui.git
synced 2026-03-13 02:54:21 -06:00
added a comma: syntax error atline 192, near "". " splice"
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user