Api/update requested #46

Merged
KevinMidboe merged 4 commits from api/update_requested into master 2017-10-21 10:46:33 +00:00
Showing only changes of commit 9b1b041ef5 - Show all commits

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;