From 63015b6517d2f42348e9b0b47355a55574738550 Mon Sep 17 00:00:00 2001 From: bluesaxman Date: Tue, 2 Mar 2021 08:40:09 -0700 Subject: [PATCH] added a comma: syntax error atline 192, near "". " splice" --- ytbrowser.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ytbrowser.pl b/ytbrowser.pl index e294683..7e289ca 100755 --- a/ytbrowser.pl +++ b/ytbrowser.pl @@ -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();