Release 0.1.18
Improve error handling in BlinkClient for non-MP4 videos Enhance error reporting by attempting to read the response content when the `contentType` is not `"video/mp4"`. If the response content cannot be read, include the exception message in the error details. This provides more context in the `BlinkClientException` for debugging issues.