* make sure FileSize can't slow us down due to slow network filesystems
This commit is contained in:
parent
826f42eb51
commit
060229757a
|
@ -706,7 +706,7 @@ public enum EpisodeMetrics implements SimilarityMetric {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static SimilarityMetric verificationMetric() {
|
public static SimilarityMetric verificationMetric() {
|
||||||
return new MetricCascade(FileSize, FileName, SeasonEpisode, AirDate, Title, Name);
|
return new MetricCascade(FileName, SeasonEpisode, AirDate, Title, Name);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue