Torrent selection

This commit is contained in:
DC
2016-03-10 23:39:38 -08:00
parent 5238f2164e
commit 9c8478dbe4
4 changed files with 53 additions and 28 deletions

View File

@@ -11,6 +11,7 @@ module.exports = {
prev: {}, /* used for state diffing in updateElectron() */
server: null, /* local WebTorrent-to-HTTP server */
torrentPlaying: null, /* the torrent we're streaming. see client.torrents */
selectedInfoHash: null, /* the torrent we've selected to view details. see state.torrents */
// history: [], /* track how we got to the current view. enables Back button */
// historyIndex: 0,
url: 'home',