This commit is contained in:
ebbit1q 2026-01-26 00:13:29 +01:00
parent 364470b3c8
commit 9811e04530

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);