mirror of
https://github.com/rembo10/headphones.git
synced 2026-04-30 16:59:32 +01:00
Merge branch 'master' of https://github.com/rembo10/headphones
This commit is contained in:
@@ -687,7 +687,7 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<label>Password</label>
|
||||
<input type="password" name="pth_password" value="${config['pth_password']}" size="36">
|
||||
<input type="password" name="pth_password" value="${config['pth_password'] | h}" size="36">
|
||||
</div>
|
||||
<div class="row">
|
||||
<label>URL</label>
|
||||
|
||||
@@ -312,6 +312,7 @@ function doAjaxCall(url,elem,reload,form) {
|
||||
$.ajax({
|
||||
url: url,
|
||||
data: dataString,
|
||||
type: 'POST',
|
||||
beforeSend: function(jqXHR, settings) {
|
||||
// Start loader etc.
|
||||
feedback.prepend(loader);
|
||||
|
||||
@@ -31,7 +31,7 @@ load_rc_config ${name}
|
||||
: "${headphones_conf:="/usr/local/headphones/config.ini"}"
|
||||
|
||||
command="${headphones_dir}/Headphones.py"
|
||||
command_interpreter="/usr/bin/python"
|
||||
command_interpreter="/usr/local/bin/python"
|
||||
pidfile="/var/run/headphones/headphones.pid"
|
||||
start_precmd="headphones_start_precmd"
|
||||
headphones_flags="--daemon --nolaunch --pidfile $pidfile --config $headphones_conf $headphones_flags"
|
||||
|
||||
Reference in New Issue
Block a user