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 {
|
||||
bool := isValueInList(v, fileList)
|
||||
if !bool {
|
||||
boolean := isValueInList(v, fileList)
|
||||
if !boolean {
|
||||
results = append(results, v)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user