summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2021-01-07 16:09:05 +0100
committerUwe Klotz <uklotz@mixxx.org>2021-01-07 17:35:43 +0100
commit66aa602ba15c201b43aad8c88fac9c685ed29a70 (patch)
tree76807649cfc62b52cad56dde49264e61d3e2df3a /src
parent821208f510e462716fecccbf86dc3c588237ea0c (diff)
WebTask: Add missing return statement
Diffstat (limited to 'src')
-rw-r--r--src/network/webtask.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/webtask.cpp b/src/network/webtask.cpp
index 8b8d0bec5d..b43b29d4aa 100644
--- a/src/network/webtask.cpp
+++ b/src/network/webtask.cpp
@@ -208,6 +208,7 @@ void WebTask::timerEvent(QTimerEvent* event) {
}
if (pPendingNetworkReply->isFinished()) {
// Nothing to do
+ return;
}
kLogger.info()
<< this