mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 08:25:02 -04: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) {
|
||||
throw e;
|
||||
}
|
||||
return element.getObjectKey();
|
||||
return element.getObjectValue();
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user