Save torrent files after resolving a magnet link

This commit is contained in:
DC
2015-03-18 23:30:14 -07:00
parent 518e01afb5
commit acc2b03d14
2 changed files with 43 additions and 6 deletions

View File

@@ -7,6 +7,7 @@ module.exports = {
CONFIG_PATH: applicationConfigPath('WebTorrent'),
CONFIG_POSTER_PATH: path.join(applicationConfigPath('WebTorrent'), 'Posters'),
CONFIG_TORRENT_PATH: path.join(applicationConfigPath('WebTorrent'), 'Torrents'),
INDEX: 'file://' + path.join(__dirname, 'renderer', 'index.html'),