mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
Revert "- nlab: fix typo"
This reverts commit7fa081aa7b
. Origin commit data ------------------ Branch: ni/coolstream Commit:cfcc406d5b
Author: vanhofen <vanhofen@gmx.de> Date: 2021-11-01 (Mon, 01 Nov 2021) ------------------ This commit was generated by Migit
This commit is contained in:
@@ -131,7 +131,7 @@ elseif a[2] == "video" then
|
|||||||
video = video.new()
|
video = video.new()
|
||||||
if a[3] == "showpicture" and a[4] ~= nil then
|
if a[3] == "showpicture" and a[4] ~= nil then
|
||||||
video:zapitStopPlayBack()
|
video:zapitStopPlayBack()
|
||||||
r = video:ShowPicture(a[4])
|
r = video:ShowPicture(arg[4])
|
||||||
elseif a[3] == "stoppicture" then
|
elseif a[3] == "stoppicture" then
|
||||||
video:zapitStopPlayBack(false)
|
video:zapitStopPlayBack(false)
|
||||||
r = video:StopPicture()
|
r = video:StopPicture()
|
||||||
|
Reference in New Issue
Block a user