aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/scrobbler/scrobbler2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/scrobbler/scrobbler2.cpp')
-rw-r--r--src/plugins/General/scrobbler/scrobbler2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/scrobbler/scrobbler2.cpp b/src/plugins/General/scrobbler/scrobbler2.cpp
index e0fa14a9b..d542eac1a 100644
--- a/src/plugins/General/scrobbler/scrobbler2.cpp
+++ b/src/plugins/General/scrobbler/scrobbler2.cpp
@@ -281,7 +281,7 @@ void Scrobbler2::processResponse(QNetworkReply *reply)
}
else if(error_code == "11" || error_code == "16" || error_code.isEmpty()) //unavailable
{
- submit();
+ QTimer::singleShot(120000, this, SLOT(submit()));
}
else
{