Oops, typo.
This commit is contained in:
parent
31dc49eae4
commit
f890d7f0ee
@ -77,7 +77,7 @@ func LookupTVFileLocation(config config.Config, ids []int) []string {
|
||||
plexTV := plexModel.Video
|
||||
|
||||
for _, i := range plexTV {
|
||||
if sliceutil.Contains(fileList, i) {
|
||||
if !sliceutil.Contains(fileList, i) {
|
||||
fileList = append(fileList, filepath.Dir(filepath.Dir(i.Media.Part.File)))
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user