Merge pull request #1165 from janza/chromecast-subtitles
Add support for subtitles on Chromecast
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user