Merge pull request #1165 from janza/chromecast-subtitles

Add support for subtitles on Chromecast
This commit is contained in:
Borewit
2018-06-26 21:15:10 +02:00
committed by GitHub
2 changed files with 46 additions and 15 deletions

View File

@@ -320,7 +320,8 @@ function startServerFromReadyTorrent (torrent, cb) {
const info = {
torrentKey: torrent.key,
localURL: 'http://localhost' + urlSuffix,
networkURL: 'http://' + networkAddress() + urlSuffix
networkURL: 'http://' + networkAddress() + urlSuffix,
networkAddress: networkAddress()
}
ipc.send('wt-server-running', info)