Update readme, replace sonarr->lidarr

This commit is contained in:
runraid 2017-05-06 07:44:46 -07:00
parent fa80bca2c9
commit a8b40ce1f6
12 changed files with 32 additions and 30 deletions

View file

@ -1,4 +1,4 @@
// will download and run sonarr (server) in a non-windows enviroment
// will download and run Lidarr (server) in a non-windows enviroment
// you can use this if you don't care about the server code and just want to work
// with the web code.
@ -31,7 +31,7 @@ function getLatest(cb) {
}
});
var url = 'http://services.sonarr.tv/v1/update/' + branch + '?os=osx';
var url = 'http://services.lidarr.audio/v1/update/' + branch + '?os=osx';
console.log('Checking for latest version:', url);