|
|
|
@ -505,6 +505,7 @@ void DownloadingTorrents::updateMetadata(QTorrentHandle &h) {
@@ -505,6 +505,7 @@ void DownloadingTorrents::updateMetadata(QTorrentHandle &h) {
|
|
|
|
|
// get information from torrent handles and
|
|
|
|
|
// update download list accordingly
|
|
|
|
|
bool DownloadingTorrents::updateTorrent(QTorrentHandle h) { |
|
|
|
|
if(!h.is_valid()) return false; |
|
|
|
|
bool added = false; |
|
|
|
|
try{ |
|
|
|
|
QString hash = h.hash(); |
|
|
|
|