New alpha release for Umbraco 8. This will not work in Umbraco 7.
Installation
Changelog
- Fixed JSON parsing issue in the
VideoFile
class (see #9, 3b39216 and 19c4c58)
The file size was incorrectly parsed using the GetInt32
extension method, while it should have been GetInt64
to support file sizes of large videos.