mirror of
https://github.com/9001/copyparty.git
synced 2026-02-19 11:54:58 -05:00
mediasession: embedded coverart as fallback
This commit is contained in:
@@ -1452,10 +1452,8 @@ var mpl = (function () {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (cover) {
|
cover = addq(cover || mp.au.osrc, 'th=j');
|
||||||
cover = addq(cover, 'th=j');
|
tags.artwork = [{ "src": cover, type: "image/jpeg" }];
|
||||||
tags.artwork = [{ "src": cover, type: "image/jpeg" }];
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ebi('np_circle').textContent = np.circle || '';
|
ebi('np_circle').textContent = np.circle || '';
|
||||||
|
|||||||
Reference in New Issue
Block a user