fixing return
This commit is contained in:
parent
0a8b11e154
commit
b0d51ad15e
@ -89,7 +89,7 @@ func LookupTVFileLocation(config config.Config, ids []int) []string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
return fileList
|
return results
|
||||||
}
|
}
|
||||||
|
|
||||||
func isValueInList(value string, list []string) bool {
|
func isValueInList(value string, list []string) bool {
|
||||||
|
Loading…
Reference in New Issue
Block a user