File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/streaming/protection/vo Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2929 * POSSIBILITY OF SUCH DAMAGE.
3030 */
31- import ProtectionConstants from '../../constants/ProtectionConstants .js' ;
31+ import { MEDIA_KEY_MESSAGE_TYPES } from '@svta/common-media-library/drm/common/const/MEDIA_KEY_MESSAGE_TYPES .js' ;
3232
3333/**
3434 * @classdesc EME-independent KeyMessage
@@ -48,7 +48,7 @@ class KeyMessage {
4848 this . sessionToken = sessionToken ;
4949 this . message = message ;
5050 this . defaultURL = defaultURL ;
51- this . messageType = messageType ? messageType : ProtectionConstants . MEDIA_KEY_MESSAGE_TYPES . LICENSE_REQUEST ;
51+ this . messageType = messageType ? messageType : MEDIA_KEY_MESSAGE_TYPES . LICENSE_REQUEST ;
5252 }
5353}
5454
You can’t perform that action at this time.
0 commit comments