little-media-box
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "little-media-box", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -226,3 +226,3 @@ const { ffmpeg } = require('./ffmpeg') | ||
const { uri } = this | ||
const stream = this.uri !== null && this.uri.includes('file://') | ||
const stream = this.uri !== null | ||
? this.uri | ||
@@ -229,0 +229,0 @@ : this.createReadStream(opts).on('error', callback) |
2714037