mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Fix incomplete file extension not applied for new torrents
This commit is contained in:
parent
3f3400f43b
commit
dd2a0d0484
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue