This commit is contained in:
ebbit1q 2026-01-26 02:44:03 +01:00 committed by GitHub
parent 364470b3c8
commit 5309dd17be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -78,7 +78,7 @@ void CardPictureLoaderWorkerWork::handleNetworkReply(QNetworkReply *reply)
redirectUrl = url.resolved(redirectUrl);
}
if (url == redirectUrl) {
qCWarning(CardPictureLoaderWorkerWorkLog) << "recusive redirect detected!";
qCWarning(CardPictureLoaderWorkerWorkLog) << "recursive redirect detected!";
redirectFailure = true;
} else {
emit urlRedirected(url, redirectUrl);