file format of videos contains FPS, and it used to be an int, but the server started returning numbers with decimals.
Need to switch to double to prevent deserialization errors.
This is technically an api breaking change, even though minor - should perhaps bump major version.
file format of videos contains FPS, and it used to be an int, but the server started returning numbers with decimals. Need to switch to double to prevent deserialization errors. This is technically an api breaking change, even though minor - should perhaps bump major version.