mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-11 05:48:01 -05:00
Types are good. Fixed java.lang.ClassCastException: Cannot cast java.net.URI to [B
issues.
@see https://www.filebot.net/forums/viewtopic.php?f=10&t=3808
This commit is contained in:
parent
837208a09b
commit
8bed1ba2df
@ -100,7 +100,7 @@ public class CachedResource<K, R> implements Resource<R> {
|
|||||||
if (element == null || element.getObjectValue() == null) {
|
if (element == null || element.getObjectValue() == null) {
|
||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
return element.getObjectKey();
|
return element.getObjectValue();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user