diff options
| author | Anthony Lavado <anthonylavado@users.noreply.github.com> | 2019-01-20 13:48:18 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-20 13:48:18 -0500 |
| commit | 3d441d4a7374a5aac1b8e11b3ee8ab388ae8b8f3 (patch) | |
| tree | e41a14f30b93b1503c0f0937b007c17c0aea4963 | |
| parent | 18189644e3bd8b38e42d16a81fc80ea4a097e641 (diff) | |
| parent | 9da5d3acc29319f78c63f32e29048fd478d8953a (diff) | |
Merge pull request #634 from joshuaboniface/replace-tvdbkey
Replace our TVDB key with @drakus72's which is V1
| -rw-r--r-- | MediaBrowser.Controller/Library/TVUtils.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Library/TVUtils.cs b/MediaBrowser.Controller/Library/TVUtils.cs index 3080143ce..5b66e7497 100644 --- a/MediaBrowser.Controller/Library/TVUtils.cs +++ b/MediaBrowser.Controller/Library/TVUtils.cs @@ -10,7 +10,7 @@ namespace MediaBrowser.Controller.Library /// <summary> /// The TVDB API key /// </summary> - public static readonly string TvdbApiKey = "OG4V3YJ3FAP7FP2K"; + public static readonly string TvdbApiKey = "72930AE1CB7E2DB3"; public static readonly string TvdbBaseUrl = "https://www.thetvdb.com/"; /// <summary> /// The banner URL |
