This commit is contained in:
devdatt 2026-02-10 13:44:12 +05:30
parent a51bc8794f
commit ef7c98c803
4 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
zip.sh zip.sh
28f27590923d962388f0da125553c5.zip

Binary file not shown.

View File

@ -9,7 +9,7 @@ https://github.com/shreebhattji/Urmi/blob/main/licence.md
*/ */
exec("sudo chmod 444 /sys/class/dmi/id/product_uuid"); exec("sudo chmod 444 /sys/class/dmi/id/product_uuid");
$version = 11.16; $version = 11.17;
function fail(string $msg): never function fail(string $msg): never
{ {

View File

@ -1262,7 +1262,7 @@ function update_service_backend($service, $srt_pass1, $srt_pass2)
hls_fragment 10; hls_fragment 10;
hls_playlist_length 60; hls_playlist_length 60;
hls_cleanup on; hls_cleanup on;
hls_continuous on;
"; ";
} else { } else {
$hls0 = " $hls0 = "
@ -1287,7 +1287,7 @@ function update_service_backend($service, $srt_pass1, $srt_pass2)
hls_fragment 10; hls_fragment 10;
hls_playlist_length 60; hls_playlist_length 60;
hls_cleanup on; hls_cleanup on;
hls_continuous on;
"; ";
} else { } else {
$hls1 = " $hls1 = "