fixed: show the volume change also if mpd is not playing

This commit is contained in:
Bob van Loosen 2020-07-29 21:43:27 +02:00
parent cd622f432f
commit f2ad3c991c

View file

@ -591,7 +591,7 @@ void CBitVis::SendData(int64_t time)
nrlines = m_nrlines - m_fontdisplay; nrlines = m_nrlines - m_fontdisplay;
} }
if (isplaying && GetTimeUs() - m_volumetime < 1000000) if (GetTimeUs() - m_volumetime < 1000000)
{ {
for (int y = 0; y < nrlines; y++) for (int y = 0; y < nrlines; y++)
{ {