Forgot to change this to point at our new server

This commit is contained in:
2017-10-22 17:30:49 +02:00
parent 354e06a963
commit 592528dec2

View File

@@ -31,7 +31,7 @@ class PlexRepository {
nowPlaying() { nowPlaying() {
var options = { var options = {
uri: 'http://10.0.0.41:32400/status/sessions', uri: 'http://10.0.0.42:32400/status/sessions',
headers: { headers: {
'Accept': 'application/json' 'Accept': 'application/json'
}, },