Fixed api link for omdb

This commit is contained in:
Master Kwoth 2017-06-08 06:37:01 +02:00 committed by GitHub
parent 36515432e6
commit 56f4c39ed3

View File

@ -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)
{