Skip to content

Commit 8f1b6c5

Browse files
author
videopls
committed
LVVideoPlugin.java
1 parent 8b3c5c0 commit 8f1b6c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VideoOS/LuaViewSDK/src/cn/com/venvy/lua/plugin/LVVideoPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class LVVideoPlugin {
2929

3030
public static void install(VenvyLVLibBinder venvyLVLibBinder, Platform platform) {
3131
venvyLVLibBinder.set("sdkVersion", sSdkVersion == null ? sSdkVersion = new SdkVersion() : sSdkVersion);
32-
venvyLVLibBinder.set("isDev", sIsDebug == null ? sIsDebug = new IsDebug() : sIsDebug);
32+
venvyLVLibBinder.set("isDebug", sIsDebug == null ? sIsDebug = new IsDebug() : sIsDebug);
3333
venvyLVLibBinder.set("setDebug", sChangeEnvironment == null ? sChangeEnvironment = new ChangeEnvironment() : sChangeEnvironment);
3434
venvyLVLibBinder.set("getVideoSize", new VideoSize(platform));
3535
venvyLVLibBinder.set("getVideoFrame", new VideoFrame(platform));

0 commit comments

Comments
 (0)