Api cache #51

Merged
KevinMidboe merged 18 commits from api_cache into master 2017-10-22 16:19:37 +00:00
Showing only changes of commit 592528dec2 - Show all commits

View File

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