dont crash when mediaplayer config is changed while music isnt playing
This commit is contained in:
parent
96ceccd12a
commit
52e63fa101
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user