1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-23 22:25:11 +02:00

Don't assert if a scrobble failed, that's no fun.

This commit is contained in:
Leo Franchi
2011-04-14 10:42:16 -04:00
parent 8231127a3b
commit 3ce41c50bc

View File

@@ -194,7 +194,8 @@ lastfm::Audioscrobbler::onTrackScrobbleReturn()
}
else
{
Q_ASSERT(false);
qWarning() << "Got error in scrobble submission:" << lfm[ "error" ] << "and silently ignoring. Submission is cached.";
//Q_ASSERT(false);
}
}