Urtkpeters / InterAudio

Interactive Audiobooks
0 stars 0 forks source link

OdiSegment Zero #130

Closed Urtkpeters closed 5 years ago

Urtkpeters commented 5 years ago

OdiSegment still parses by getting segment zero and checking if it is "variable" which in all cases is no longer the case.

OdiSegment around line 16

Urtkpeters commented 5 years ago

This should be fixed by appending "variable." in front of all of the JSON referenced variables. Also, the OdiSegment constructor is going to have to be fixed as it will always assume it is a full scope.variable.value set and in some cases now it will not be.

Urtkpeters commented 5 years ago

All Odi JSON segments have had the variable. prefix added back and the general structure of variable reference has changed once again.