mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-05 20:51:25 -07:00
Rename isSeed to isFinished to correctly represent its meaning
PR #18580.
This commit is contained in:
parent
4c0ebc0e0f
commit
1e913f46f0
11 changed files with 47 additions and 45 deletions
|
@ -593,7 +593,7 @@ void TorrentsController::filesAction()
|
|||
fileDict[KEY_FILE_PIECE_RANGE] = QJsonArray {idx.first(), idx.last()};
|
||||
|
||||
if (index == 0)
|
||||
fileDict[KEY_FILE_IS_SEED] = torrent->isSeed();
|
||||
fileDict[KEY_FILE_IS_SEED] = torrent->isFinished();
|
||||
|
||||
fileList.append(fileDict);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue