mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Back to a stable build. Fixedtrackrepo.findtracks
This commit is contained in:
@@ -20,7 +20,7 @@ namespace NzbDrone.Common.Cloud
|
||||
//Search = new HttpRequestBuilder("https://api.spotify.com/{version}/{route}/") // TODO: maybe use {version}
|
||||
// .SetSegment("version", "v1")
|
||||
// .CreateFactory();
|
||||
Search = new HttpRequestBuilder("http://localhost:5000/{route}/") // TODO: maybe use {version}
|
||||
Search = new HttpRequestBuilder("http://localhost:3000/{route}/") // TODO: maybe use {version}
|
||||
.CreateFactory();
|
||||
|
||||
InternalSearch = new HttpRequestBuilder("https://itunes.apple.com/WebObjects/MZStore.woa/wa/{route}") //viewArtist or search
|
||||
|
||||
Reference in New Issue
Block a user