Add support for subtitles on Chromecast

This commit is contained in:
Josip Janzic
2017-04-27 20:47:53 +02:00
parent a82498ba16
commit f7ec537cd5
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)