fixes #3013 - Open Movie Database (OMDB API) "Error: Invalid API key!" While getting movie poster.

pull/1154/head
Luke Pulverenti 7 years ago
parent 351d29954a
commit 2c6cbb33ee

@ -68,7 +68,7 @@ namespace MediaBrowser.Providers.Omdb
list.Add(new RemoteImageInfo
{
ProviderName = Name,
Url = string.Format("https://img.omdbapi.com/?i={0}&apikey=82e83907", imdbId)
Url = string.Format("https://img.omdbapi.com/?i={0}&apikey=fe53f97e", imdbId)
});
}
}

Loading…
Cancel
Save