mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
(trunk web) add "Where" info to the inspector. Fixes #2246
This commit is contained in:
@@ -308,6 +308,8 @@ Torrent.prototype =
|
||||
this._total_leechers = Math.max( 0, data.leechers );
|
||||
this._total_seeders = Math.max( 0, data.seeders );
|
||||
this._state = data.status;
|
||||
this._download_dir = data.downloadDir;
|
||||
this._torrent_file = data.torrentFile;
|
||||
|
||||
if (data.fileStats)
|
||||
this.refreshFileModel( data );
|
||||
|
||||
Reference in New Issue
Block a user