Skip to content

Commit 3070c61

Browse files
authored
fix: cineModule parses DS floatString instead of float (#145)
#144
1 parent 50c6ad2 commit 3070c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/metadataProvider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ function wadoUriMetaDataProvider(type, imageId) {
110110

111111
if (type === 'cineModule') {
112112
return {
113-
frameTime: dataSet.float('x00181063'),
113+
frameTime: dataSet.floatString('x00181063'),
114114
};
115115
}
116116

0 commit comments

Comments
 (0)