fix(metadata): to handle cornerstone3D update for htj2k (#3783)

This commit is contained in:
Bill Wallace 2023-11-20 21:23:42 -05:00 committed by GitHub
parent 04121e3713
commit 8c8924af37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,6 +74,9 @@ class MetadataProvider {
}
get(query, imageId, options = { fallback: false }) {
if (Array.isArray(imageId)) {
return;
}
const instance = this._getInstance(imageId);
if (query === INSTANCE) {