mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
* Proper fix for Phonon issue.
This commit is contained in:
@@ -69,7 +69,7 @@ BufferIODevice::inputComplete( const QString& errmsg )
|
||||
{
|
||||
qDebug() << Q_FUNC_INFO;
|
||||
setErrorString( errmsg );
|
||||
m_size = m_pos;
|
||||
m_size = m_received;
|
||||
emit readChannelFinished();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user