mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-08-07 03:49:15 +00:00
fix(plugins): fix receiver type mismatch in getPluginSettingsLayout
This commit is contained in:
parent
3415696df8
commit
422151bc23
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ internal object PluginRuntime {
|
|||
""".trimIndent()
|
||||
|
||||
var captureResult: String? = null
|
||||
jsRuntime.function("__capture_settings_result") { args: Array<Any?> ->
|
||||
function("__capture_settings_result") { args: Array<Any?> ->
|
||||
captureResult = args.getOrNull(0)?.toString()
|
||||
null
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue