(trunk web) add "Where" info to the inspector. Fixes #2246

This commit is contained in:
Kevin Glowacz
2009-06-26 03:03:17 +00:00
parent 1980bcc988
commit 8c812ca086
4 changed files with 29 additions and 8 deletions

View File

@@ -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 );