From b0d51ad15eeb15ab1e6bc829fd6e66576f549254 Mon Sep 17 00:00:00 2001 From: Matt Burchett Date: Tue, 20 Nov 2018 14:28:51 -0600 Subject: [PATCH] fixing return --- pkg/eraser/eraser.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/eraser/eraser.go b/pkg/eraser/eraser.go index e4d77c5..4e80b72 100644 --- a/pkg/eraser/eraser.go +++ b/pkg/eraser/eraser.go @@ -89,7 +89,7 @@ func LookupTVFileLocation(config config.Config, ids []int) []string { } } - return fileList + return results } func isValueInList(value string, list []string) bool {