Skip to content

Commit

Permalink
fix(android): fix wrong module name (#3959)
Browse files Browse the repository at this point in the history
  • Loading branch information
YangJonghun authored Jun 30, 2024
1 parent 702a0d9 commit 3f11894
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ class VideoDecoderPropertiesModule(reactContext: ReactApplicationContext?) : Rea
companion object {
private val WIDEVINE_UUID = UUID(-0x121074568629b532L, -0x5c37d8232ae2de13L)
private const val SECURITY_LEVEL_PROPERTY = "securityLevel"
private const val REACT_CLASS = "VideoManager"
private const val REACT_CLASS = "VideoDecoderProperties"
}
}

0 comments on commit 3f11894

Please sign in to comment.