Skip to content

Commit 1e45f1d

Browse files
authored
Merge pull request #3 from VideoOS/develop
fix config with videoid
2 parents 7dfef19 + 401a105 commit 1e45f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VideoOS-lua-app/Lua/main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ GNU General Public License for more details.
1616
You should have received a copy of the GNU General Public License
1717
along with this program. If not, see <http://www.gnu.org/licenses/>.
1818
--]]
19-
2019
--OS入口 TODO是否可在此处判断类型???进行跳转--
2120
require "os_string"
2221
require "os_config"
@@ -408,6 +407,7 @@ function show(args)
408407
end
409408
--加载网络请求通用参数
410409
local paramData = {
410+
videoId = Native:nativeVideoID(),
411411
commonParam = Native:commonParam()
412412
}
413413
local paramDataString = Native:tableToJson(paramData)

0 commit comments

Comments
 (0)