test
This commit is contained in:
parent
bba80e3005
commit
267a891e4d
@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user