Make types more consistent

There is no instance I can find where these values are ever *actually* strings. Changing them to boolean improves consistency.
This commit is contained in:
Sparky 2019-02-23 10:29:42 -05:00
parent ec5a3b6e5e
commit 802bb3a757

View File

@ -751,7 +751,7 @@ define(['browser'], function (browser) {
Condition: 'Equals',
Property: 'IsSecondaryAudio',
Value: 'false',
IsRequired: 'false'
IsRequired: false
});
}
@ -780,7 +780,7 @@ define(['browser'], function (browser) {
Condition: 'Equals',
Property: 'IsSecondaryAudio',
Value: 'false',
IsRequired: 'false'
IsRequired: false
}
]
});