Skip to content

Commit

Permalink
Versão 1.2.1
Browse files Browse the repository at this point in the history
bugs fix: when create a new streamserver, the stream method is empty
  • Loading branch information
asabino2 committed Aug 1, 2022
1 parent fa0ff4c commit 419a4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3440,7 +3440,7 @@ function stopStreamServer(streamservername) {
function mountStreamServerAdminPage(req, res, method = "POST", actualdata) {
var html = "";


/**/

if (actualdata == undefined) {
actualdata = { streamname: "", streamdescription: "", streamdescription: "", channelnumber: "", logourl: "", streammethod: "/videostream/streamlink", streamprovider: "", videoformat: "", videocodec: "", framesize: "", framerate: "", audiocodec: "", title: "", url: "" }
Expand Down

0 comments on commit 419a4bc

Please sign in to comment.