fix: airplay

This commit is contained in:
2026-09-20 07:59:42 +02:00
parent 988acd5fca
commit 92753f810a
+1 -1
View File
@@ -51,7 +51,7 @@ hl.define_submap("launch", function()
hl.dispatch(hl.dsp.exec_cmd("notify-send 'AirPlay server is starting...' --app-name='AirPlay Video'"))
hl.dispatch(
hl.dsp.exec_cmd(
"terminator -T 'hiddent'terminator' -e 'systemctl start avahi-daemon' && sleep 5 && uxplay -n LinuxVideoplay -nh"
"terminator -T 'hidden-terminator' -e 'systemctl start avahi-daemon' && sleep 5 && uxplay -n LinuxVideoplay -nh"
)
)
exit_submap()