fixed: show the volume change also if mpd is not playing
This commit is contained in:
parent
cd622f432f
commit
f2ad3c991c
1 changed files with 1 additions and 1 deletions
|
@ -591,7 +591,7 @@ void CBitVis::SendData(int64_t time)
|
|||
nrlines = m_nrlines - m_fontdisplay;
|
||||
}
|
||||
|
||||
if (isplaying && GetTimeUs() - m_volumetime < 1000000)
|
||||
if (GetTimeUs() - m_volumetime < 1000000)
|
||||
{
|
||||
for (int y = 0; y < nrlines; y++)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue