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 b0d51ad15e - Show all commits

View File

@ -89,7 +89,7 @@ func LookupTVFileLocation(config config.Config, ids []int) []string {
}
}
return fileList
return results
}
func isValueInList(value string, list []string) bool {