mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -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)
|
||||
{
|
||||
if (m_startupState != Started) return;
|
||||
|
||||
m_oldPath[LTFileIndex {index}].push_back(filePath(index));
|
||||
++m_renameCount;
|
||||
qDebug() << Q_FUNC_INFO << index << name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue