* 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
|
// equally strip away strip potential any clutter
|
||||||
if (names != null) {
|
if (names != null) {
|
||||||
try {
|
try {
|
||||||
return MediaDetection.releaseInfo.cleanRelease(names, false);
|
return MediaDetection.releaseInfo.cleanRelease(names, true);
|
||||||
} catch (NoSuchElementException e) {
|
} catch (NoSuchElementException e) {
|
||||||
// keep default value in case all tokens are stripped away
|
// keep default value in case all tokens are stripped away
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
|
|
|
@ -909,7 +909,6 @@ FATAL1TY
|
||||||
Fate-Force
|
Fate-Force
|
||||||
FBO
|
FBO
|
||||||
FCC
|
FCC
|
||||||
FEAR
|
|
||||||
FEATURE
|
FEATURE
|
||||||
Feel-Free
|
Feel-Free
|
||||||
FELONY
|
FELONY
|
||||||
|
|
Loading…
Reference in New Issue