mirror of
https://forge.murkfall.net/bluesaxman/ytbrowser-tui.git
synced 2026-03-13 02:54:21 -06:00
GC to the rebuild list function
This commit is contained in:
@@ -134,6 +134,8 @@ sub additionalGet {
|
|||||||
|
|
||||||
sub loadSugs {
|
sub loadSugs {
|
||||||
my $counter = 1;
|
my $counter = 1;
|
||||||
|
splice(@suggestArray,0,scalar(@suggestArray));
|
||||||
|
splice(@watchArray,0,scalar(@watchArray));
|
||||||
for (@videos) {
|
for (@videos) {
|
||||||
my $title = $_->{title};
|
my $title = $_->{title};
|
||||||
my $playtime = $_->{runtime};
|
my $playtime = $_->{runtime};
|
||||||
|
|||||||
Reference in New Issue
Block a user