mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-14 10:05:32 +02:00
Don't spam the log if VLC detects total-time changed. This can happen a lot.
This commit is contained in:
@@ -353,7 +353,7 @@ AudioOutput::totalTime() const
|
||||
void
|
||||
AudioOutput::setTotalTime( qint64 time )
|
||||
{
|
||||
tDebug() << Q_FUNC_INFO << time;
|
||||
// tDebug() << Q_FUNC_INFO << time;
|
||||
|
||||
if ( time <= 0 )
|
||||
{
|
||||
|
Reference in New Issue
Block a user