music widget: reset image loaded state when changing tracks

This commit is contained in:
Til Schmitter 2026-05-11 23:59:33 +02:00
parent e25b875486
commit fb17db9fee

View file

@ -3918,6 +3918,7 @@ function play(tid, is_ev, seek) {
try{
var gridimg = QS('a[ref=' + t_tr.childNodes[1].firstChild.id + '] img')
set_loaded(gridimg, false);
QS('#mu_th>img').setAttribute('src', gridimg.src.replace(/th=.*(&|$)/, 'th=wf3&'));
}
catch(ex){