@faintlines/video-player
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -297,2 +297,6 @@ import React, { forwardRef, useState, useRef, useEffect, useContext } from 'react'; | ||
if (hlsUrl && SUPPORTS_HLS) { | ||
return hlsUrl; | ||
} | ||
if (dashUrl && SUPPORTS_DASH) { | ||
@@ -302,6 +306,2 @@ return dashUrl; | ||
if (hlsUrl && SUPPORTS_HLS) { | ||
return hlsUrl; | ||
} | ||
return fileUrl; | ||
@@ -308,0 +308,0 @@ } |
{ | ||
"name": "@faintlines/video-player", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "", | ||
@@ -36,3 +36,3 @@ "license": "UNLICENSED", | ||
}, | ||
"gitHead": "79445df30af239590c5517f14968f6b59ea31a13" | ||
"gitHead": "6b54d3773f1c1495cfc20a3e7d2cad6704fb91e1" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package