mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
Updated Czech translation
This commit is contained in:
@@ -1176,8 +1176,10 @@ QTorrentHandle Bittorrent::addTorrent(QString path, bool fromScanDir, QString fr
|
||||
if(!resumed) {
|
||||
// Sequential download
|
||||
if(TorrentTempData::hasTempData(hash)) {
|
||||
qDebug("addTorrent: Setting download as sequential (from tmp data)");
|
||||
qDebug("Setting torrent priorities (from temp data)");
|
||||
qDebug("Torrent paused state: %d", (int)h.is_paused());
|
||||
h.prioritize_files(TorrentTempData::getFilesPriority(hash));
|
||||
qDebug("addTorrent: Setting download as sequential (from tmp data)");
|
||||
h.set_sequential_download(TorrentTempData::isSequential(hash));
|
||||
// Import Files names from torrent addition dialog
|
||||
const QStringList &files_path = TorrentTempData::getFilesPath(hash);
|
||||
|
||||
Reference in New Issue
Block a user