Another Typo

This commit is contained in:
Matt Burchett 2018-11-20 14:22:05 -06:00
parent f890d7f0ee
commit b86a80b001

View File

@ -77,7 +77,7 @@ func LookupTVFileLocation(config config.Config, ids []int) []string {
plexTV := plexModel.Video plexTV := plexModel.Video
for _, i := range plexTV { for _, i := range plexTV {
if !sliceutil.Contains(fileList, i) { if !sliceutil.Contains(fileList, i.Media.Part.File) {
fileList = append(fileList, filepath.Dir(filepath.Dir(i.Media.Part.File))) fileList = append(fileList, filepath.Dir(filepath.Dir(i.Media.Part.File)))
} }
} }