refactor: Clean up CThreadedReader

This commit is contained in:
Lars Toenning
2025-06-09 13:50:48 +02:00
parent 22d3a2b7f5
commit 89d16fd0c5
3 changed files with 6 additions and 40 deletions

View File

@@ -664,7 +664,7 @@ namespace swift::core::db
if (CEntityFlags::isSingleEntity(entity))
{
emit this->entityDownloadProgress(entity, logId, m_networkReplyProgress, m_networkReplyCurrent,
m_networkReplyNax, url);
m_networkReplyMax, url);
}
}