mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-06 04:52:21 -07:00
Update readme, replace sonarr->lidarr
This commit is contained in:
parent
fa80bca2c9
commit
a8b40ce1f6
12 changed files with 32 additions and 30 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue