mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-23 14:13:57 +02:00
Don't assert if a scrobble failed, that's no fun.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user