audioplayer: fix connectline paint

Origin commit data
------------------
Branch: ni/coolstream
Commit: 02e07e4d7e
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-10 (Mon, 10 Oct 2016)

Origin message was:
------------------
- audioplayer: fix connectline paint

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-10-10 14:19:55 +02:00
parent 121c669393
commit a5bbab073c

View File

@@ -1831,7 +1831,10 @@ void CAudioPlayerGui::paintItemID3DetailsLine (int pos)
// clear details line
if (dline != NULL)
{
dline->kill();
dline = NULL;
}
// paint Line if detail info (and not valid list pos) and info box
if (!m_playlist.empty() && (pos >= 0))