GC to the rebuild list function

This commit is contained in:
bluesaxman 2021-03-03 15:41:49 -07:00
parent 114fec18f6
commit d6527dce66

View File

@ -134,6 +134,8 @@ sub additionalGet {
sub loadSugs {
my $counter = 1;
splice(@suggestArray,0,scalar(@suggestArray));
splice(@watchArray,0,scalar(@watchArray));
for (@videos) {
my $title = $_->{title};
my $playtime = $_->{runtime};