mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 16:07:23 -06:00
Fix incomplete file extension not applied for new torrents
This commit is contained in:
@@ -1423,8 +1423,6 @@ void TorrentHandle::setTrackerLogin(const QString &username, const QString &pass
|
|||||||
|
|
||||||
void TorrentHandle::renameFile(int index, const QString &name)
|
void TorrentHandle::renameFile(int index, const QString &name)
|
||||||
{
|
{
|
||||||
if (m_startupState != Started) return;
|
|
||||||
|
|
||||||
m_oldPath[LTFileIndex {index}].push_back(filePath(index));
|
m_oldPath[LTFileIndex {index}].push_back(filePath(index));
|
||||||
++m_renameCount;
|
++m_renameCount;
|
||||||
qDebug() << Q_FUNC_INFO << index << name;
|
qDebug() << Q_FUNC_INFO << index << name;
|
||||||
|
|||||||
Reference in New Issue
Block a user