* fixed more "Fear the Walking Dead" VS "The Walking Dead" issues
This commit is contained in:
parent
f4d5c10628
commit
9b603288db
|
@ -371,7 +371,7 @@ public enum EpisodeMetrics implements SimilarityMetric {
|
|||
// equally strip away strip potential any clutter
|
||||
if (names != null) {
|
||||
try {
|
||||
return MediaDetection.releaseInfo.cleanRelease(names, false);
|
||||
return MediaDetection.releaseInfo.cleanRelease(names, true);
|
||||
} catch (NoSuchElementException e) {
|
||||
// keep default value in case all tokens are stripped away
|
||||
} catch (IOException e) {
|
||||
|
|
|
@ -909,7 +909,6 @@ FATAL1TY
|
|||
Fate-Force
|
||||
FBO
|
||||
FCC
|
||||
FEAR
|
||||
FEATURE
|
||||
Feel-Free
|
||||
FELONY
|
||||
|
|
Loading…
Reference in New Issue