mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 00:15:02 -04: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);
|
||||
}
|
||||
|
||||
protected static final int MAX_FIELDS = 5;
|
||||
protected final int MAX_FIELDS = 5;
|
||||
|
||||
protected Object[] fields(Object object) {
|
||||
if (object instanceof Episode) {
|
||||
|
Loading…
Reference in New Issue
Block a user