test
This commit is contained in:
parent
8330101154
commit
bba80e3005
@ -81,7 +81,8 @@ func LookupTVFileLocation(config config.Config, ids []int) []string {
|
||||
}
|
||||
|
||||
for _, v := range fileList {
|
||||
if !isValueInList(v, fileList) {
|
||||
bool := isValueInList(v, fileList)
|
||||
if !bool {
|
||||
results = append(results, v)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user