diff options
author | Bpear <bpear96@gmail.com> | 2014-04-08 16:46:16 -0400 |
---|---|---|
committer | Bpear <bpear96@gmail.com> | 2014-04-08 16:46:16 -0400 |
commit | d9ce431e21f6435a72af96e51d525b91ff2b39c4 (patch) | |
tree | 5b3fd3ed6f556e1b2a30d164fe8933219477c4d0 | |
parent | d7f4c1548decb6ead8218f9016c6169b24e53562 (diff) | |
download | popcorn-app-origin/remote-control.zip popcorn-app-origin/remote-control.tar.gz popcorn-app-origin/remote-control.tar.bz2 |
Open movie on remote device.HEADorigin/remote-controlorigin/HEADremote-control
-rw-r--r-- | rc/static/js/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rc/static/js/index.js b/rc/static/js/index.js index 8510b32..1f04562 100644 --- a/rc/static/js/index.js +++ b/rc/static/js/index.js @@ -52,6 +52,7 @@ function showOverlay(movie) { $info.find('.watch-now').click(function(){ socket.emit('play', movie); event.preventDefault(); + window.location.port = 8888; }); $info.find('.back').click(function() { |