Skip to content

Commit

Permalink
extract title
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrotter committed Dec 18, 2024
1 parent 6a9f8d7 commit a6c88d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/librssguard/network-web/downloader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ void Downloader::geminiError(GeminiClient::NetworkError error, const QString& re
m_timer->stop();
m_activeReply = nullptr;

m_lastContentType = {};
m_lastContentType = QString();
m_lastUrl = m_geminiClient->targetUrl();
m_lastCookies = {};
m_lastHeaders = {};
m_lastHttpStatusCode = 404;
m_lastOutputData = {};
m_lastOutputData = QByteArray();
m_lastOutputError = QNetworkReply::NetworkError::UnknownNetworkError;
m_lastOutputMultipartData = {};

Expand Down

0 comments on commit a6c88d9

Please sign in to comment.