TV Show Fix #6

Merged
mattburchett merged 17 commits from matt/#2 into master 2018-11-20 23:08:30 +00:00
Showing only changes of commit 267a891e4d - Show all commits

View File

@ -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)
}
}