mirror of
https://github.com/SuperBFG7/ympd
synced 2025-10-29 21:03:00 +00:00
Feat: display libmpdclient version in about dialog
This commit is contained in:
@@ -969,6 +969,7 @@ function parseStats(obj) {
|
||||
document.getElementById('mpdstats_dbUpdated').innerText = d.toUTCString();
|
||||
document.getElementById('mympdVersion').innerText = obj.data.mympdVersion;
|
||||
document.getElementById('mpdVersion').innerText = obj.data.mpdVersion;
|
||||
document.getElementById('libmpdclientVersion').innerText = obj.data.libmpdclientVersion;
|
||||
}
|
||||
|
||||
function toggleBtn(btn, state) {
|
||||
|
||||
Reference in New Issue
Block a user