mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-24 00:38:52 -05:00
Try fix java.lang.IncompatibleClassChangeError: vtable stub
This commit is contained in:
parent
6602af3f91
commit
b2d2df1883
@ -208,7 +208,7 @@ public enum EpisodeMetrics implements SimilarityMetric {
|
|||||||
return stream(objects).map(EpisodeMetrics::normalizeObject).toArray(String[]::new);
|
return stream(objects).map(EpisodeMetrics::normalizeObject).toArray(String[]::new);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected static final int MAX_FIELDS = 5;
|
protected final int MAX_FIELDS = 5;
|
||||||
|
|
||||||
protected Object[] fields(Object object) {
|
protected Object[] fields(Object object) {
|
||||||
if (object instanceof Episode) {
|
if (object instanceof Episode) {
|
||||||
|
Loading…
Reference in New Issue
Block a user