More info in torrentFileModtimes, fix #892

This commit is contained in:
DC
2016-09-04 14:27:22 -07:00
parent 678f961110
commit 7a757f9e05

View File

@@ -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')
}