Fixed api link for omdb
This commit is contained in:
parent
36515432e6
commit
56f4c39ed3
@ -10,7 +10,7 @@ namespace NadekoBot.Modules.Searches.Commands.OMDB
|
||||
{
|
||||
public static class OmdbProvider
|
||||
{
|
||||
private const string queryUrl = "http://www.omdbapi.com/?t={0}&y=&plot=full&r=json";
|
||||
private const string queryUrl = "http://omdbapi.nadekobot.me/?t={0}&y=&plot=full&r=json";
|
||||
|
||||
public static async Task<OmdbMovie> FindMovie(string name)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user