mirror of
https://github.com/9001/copyparty.git
synced 2026-03-21 07:33:09 +10:00
dont crash when mediaplayer config is changed while music isnt playing
This commit is contained in:
@@ -427,7 +427,7 @@ var mpl = (function () {
|
||||
};
|
||||
|
||||
function announce() {
|
||||
if (!r.os_ctl)
|
||||
if (!r.os_ctl || !mp.au)
|
||||
return;
|
||||
|
||||
var np = get_np()[0],
|
||||
|
||||
Reference in New Issue
Block a user