This commit is contained in:
Matt Burchett 2018-11-20 14:16:50 -06:00
parent bba80e3005
commit 267a891e4d

View File

@ -81,8 +81,8 @@ func LookupTVFileLocation(config config.Config, ids []int) []string {
} }
for _, v := range fileList { for _, v := range fileList {
bool := isValueInList(v, fileList) boolean := isValueInList(v, fileList)
if !bool { if !boolean {
results = append(results, v) results = append(results, v)
} }
} }