aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Omdb/OmdbProvider.cs
diff options
context:
space:
mode:
authorAndrew Rabert <6550543+nvllsvm@users.noreply.github.com>2019-01-15 22:27:30 -0500
committerGitHub <noreply@github.com>2019-01-15 22:27:30 -0500
commit27f0633ed82228127ddaab2bd5eb8b844a2c8ed6 (patch)
treef7c19cdc5911bc663a142fed73e919fe749407f5 /MediaBrowser.Providers/Omdb/OmdbProvider.cs
parent2421cbd9cbe98173f509783e42e06542b0d7ce70 (diff)
parent09606d0353ac11b54fe59e6991ff61b301d4410f (diff)
Merge pull request #592 from joshuaboniface/master-10.0.2v10.0.2
Master 10.0.2
Diffstat (limited to 'MediaBrowser.Providers/Omdb/OmdbProvider.cs')
-rw-r--r--MediaBrowser.Providers/Omdb/OmdbProvider.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Providers/Omdb/OmdbProvider.cs b/MediaBrowser.Providers/Omdb/OmdbProvider.cs
index bb4624b5c..e8e1e3a29 100644
--- a/MediaBrowser.Providers/Omdb/OmdbProvider.cs
+++ b/MediaBrowser.Providers/Omdb/OmdbProvider.cs
@@ -270,7 +270,7 @@ namespace MediaBrowser.Providers.Omdb
public static string GetOmdbUrl(string query, IApplicationHost appHost, CancellationToken cancellationToken)
{
- const string url = "https://www.omdbapi.com?apikey=fe53f97e";
+ const string url = "https://www.omdbapi.com?apikey=2c9d9507";
if (string.IsNullOrWhiteSpace(query))
{