We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dfef19 commit 401a105Copy full SHA for 401a105
VideoOS-lua-app/Lua/main.lua
@@ -16,7 +16,6 @@ GNU General Public License for more details.
16
You should have received a copy of the GNU General Public License
17
along with this program. If not, see <http://www.gnu.org/licenses/>.
18
--]]
19
-
20
--OS入口 TODO是否可在此处判断类型???进行跳转--
21
require "os_string"
22
require "os_config"
@@ -408,6 +407,7 @@ function show(args)
408
407
end
409
--加载网络请求通用参数
410
local paramData = {
+ videoId = Native:nativeVideoID(),
411
commonParam = Native:commonParam()
412
}
413
local paramDataString = Native:tableToJson(paramData)
0 commit comments