mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 00:11:59 +02:00
Customize web app port
This commit is contained in:
@@ -296,10 +296,8 @@ class ClapperPlayerBase extends GstPlayer.Player
|
||||
if(!this.webapp)
|
||||
this.webapp = new WebApp();
|
||||
|
||||
this.webapp.startDaemonApp();
|
||||
this.webapp.startDaemonApp(settings.get_int('webapp-port'));
|
||||
}
|
||||
else
|
||||
this.webapp.stopDaemonApp();
|
||||
}
|
||||
else if(this.webserver) {
|
||||
/* remote app will close when connection is lost
|
||||
|
Reference in New Issue
Block a user