nlab: fix typo

Origin commit data
------------------
Branch: ni/coolstream
Commit: 57e8705bfb
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-11-01 (Mon, 01 Nov 2021)

Origin message was:
------------------
- nlab: fix typo

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2021-11-01 21:12:01 +01:00
parent 2dbd9aad77
commit 7fa081aa7b

View File

@@ -131,7 +131,7 @@ elseif a[2] == "video" then
video = video.new()
if a[3] == "showpicture" and a[4] ~= nil then
video:zapitStopPlayBack()
r = video:ShowPicture(arg[4])
r = video:ShowPicture(a[4])
elseif a[3] == "stoppicture" then
video:zapitStopPlayBack(false)
r = video:StopPicture()