From 9eb6977da8fd5a1d71de4bdff8620fbcb1a6d5af Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 1 Nov 2021 21:51:15 +0100 Subject: [PATCH] Revert "- nlab: fix typo" This reverts commit 7fa081aa7b6cce979ef19f40c1c8133bf8cc1d68. Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/cfcc406d5be8cc22666cf42f7f52b039f41c8023 Author: vanhofen Date: 2021-11-01 (Mon, 01 Nov 2021) ------------------ This commit was generated by Migit --- data/luaplugins/nlab.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/luaplugins/nlab.lua b/data/luaplugins/nlab.lua index 3fb82609c..6ed851425 100644 --- a/data/luaplugins/nlab.lua +++ b/data/luaplugins/nlab.lua @@ -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(a[4]) + r = video:ShowPicture(arg[4]) elseif a[3] == "stoppicture" then video:zapitStopPlayBack(false) r = video:StopPicture()