Now uses ip for other plex server.

This commit is contained in:
2017-10-21 12:43:43 +02:00
parent 3223e423b2
commit 9b1b041ef5

View File

@@ -10,7 +10,7 @@ class PlexRepository {
searchMedia(query) {
var options = {
uri: 'http://10.0.0.41:32400/search?query=' + query,
uri: 'http://10.0.0.42:32400/search?query=' + query,
headers: {
'Accept': 'application/json'
},
@@ -56,4 +56,4 @@ class PlexRepository {
}
}
module.exports = PlexRepository;
module.exports = PlexRepository;