Merge pull request #2673 from jose1711/mjpg-streamer-link

luci-app-mjpg-streamer: add link option
This commit is contained in:
Florian Eckert 2019-05-28 21:03:43 +02:00 committed by GitHub
commit ffc62ad5f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -219,5 +219,6 @@ exceed=s:taboption(this_tab, Value, "exceed", translate("Exceed"), translate("Al
command=s:taboption(this_tab, Value, "command", translate("Command to run"), translate("Execute command after saving picture. Mjpg-streamer parse the filename as first parameter to your script.")) command=s:taboption(this_tab, Value, "command", translate("Command to run"), translate("Execute command after saving picture. Mjpg-streamer parse the filename as first parameter to your script."))
link=s:taboption(this_tab, Value, "link", translate("Link newest picture to fixed file name"), translate("Link the last picture in ringbuffer to fixed named file provided."))
return m return m