Merge pull request #2 from jellyfin/anthonylavado-patch-1

Update ApiUrls.cs
This commit is contained in:
Joshua M. Boniface 2019-08-10 00:44:47 -04:00 committed by GitHub
commit 3333a6be40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
{
public static class GoogleApiUrls
{
private const string ApiKey = "AIzaSyAs5if3sOZBf54gxCqc4OXqiQl9XPVnBJ8";
private const string ApiKey = "AIzaSyCFqC6-BAZwqvOBnbNYN8fbK-R1swtnDac";
// GoogleBooks API Endpoints
public const string SearchUrl = @"https://www.googleapis.com/books/v1/volumes?q={0}&startIndex={1}&maxResults={2}&key=" + ApiKey;
public const string DetailsUrl = @"https://www.googleapis.com/books/v1/volumes/{0}?key=" + ApiKey;