Skip to content

Commit

Permalink
oh yeah, right
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjl-mux committed Sep 12, 2024
1 parent ac9c080 commit f82060d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/main/java/com/mux/player/MuxPlayer.kt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class MuxPlayer private constructor(
// Check if a DRM token is set, set View Drm Type if it is
// TODO: escape hatch TBA
if (mediaItem.requestMetadata.extras.getString(Constants.BUNDLE_DRM_TOKEN)) {
CustomerViewData viewData = CustomerViewData()
val viewData = CustomerViewData()
// Assumes only widevine DRM playback is supported
// If playready support is added in future, update to select between widevine and playready
viewData.viewDrmType = "widevine" // TODO: make this a constant
Expand Down

0 comments on commit f82060d

Please sign in to comment.