mirror of
https://github.com/jellyfin/jellyfin-plugin-bookshelf.git
synced 2024-11-26 23:20:27 +00:00
Merge pull request #2 from jellyfin/anthonylavado-patch-1
Update ApiUrls.cs
This commit is contained in:
commit
3333a6be40
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user