More info in torrentFileModtimes, fix #892
This commit is contained in:
parent
678f961110
commit
7a757f9e05
1 changed files with 1 additions and 0 deletions
|
|
@ -127,6 +127,7 @@ module.exports = class TorrentController {
|
|||
|
||||
torrentFileModtimes (torrentKey, fileModtimes) {
|
||||
const torrentSummary = this.getTorrentSummary(torrentKey)
|
||||
if (!torrentSummary) throw new Error('Not saving modtimes for deleted torrent ' + torrentKey)
|
||||
torrentSummary.fileModtimes = fileModtimes
|
||||
dispatch('saveStateThrottled')
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue