dont crash when mediaplayer config is changed while music isnt playing

This commit is contained in:
ed 2022-03-28 23:17:02 +02:00
parent 96ceccd12a
commit 52e63fa101

View file

@ -427,7 +427,7 @@ var mpl = (function () {
}; };
function announce() { function announce() {
if (!r.os_ctl) if (!r.os_ctl || !mp.au)
return; return;
var np = get_np()[0], var np = get_np()[0],