fix :: updateMetadataManager
This commit is contained in:
parent
c2c773a8e7
commit
7d8d32d7dc
@ -68,7 +68,6 @@ export function updateMetaDataManager(study) {
|
|||||||
series.instances.forEach(instance => {
|
series.instances.forEach(instance => {
|
||||||
// Cache just images that are going to be loaded via WADO-RS
|
// Cache just images that are going to be loaded via WADO-RS
|
||||||
if ((instance.imageRendering !== 'wadors') && (instance.thumbnailRendering !== 'wadors')) {
|
if ((instance.imageRendering !== 'wadors') && (instance.thumbnailRendering !== 'wadors')) {
|
||||||
OHIF.log.info(`Skiping cornerstone metaDataManager update (${imageId})`);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user