diff options
| author | Joshua Boniface <joshua@boniface.me> | 2019-01-09 12:44:48 -0500 |
|---|---|---|
| committer | Joshua Boniface <joshua@boniface.me> | 2019-01-09 12:44:48 -0500 |
| commit | 7603b8d0fe73bd6d0ac3d90e3abb117ce3141832 (patch) | |
| tree | 2b9a2250798dcafbc33e3e2eda50238a21de1365 | |
| parent | 04ab1daa02dc9e26c03e68281f21f00f3aaf3506 (diff) | |
Update TheTVDB API key to our own
| -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 dc95ba112..162ebc75e 100644 --- a/MediaBrowser.Controller/Library/TVUtils.cs +++ b/MediaBrowser.Controller/Library/TVUtils.cs @@ -11,7 +11,7 @@ namespace MediaBrowser.Controller.Library /// <summary> /// The TVDB API key /// </summary> - public static readonly string TvdbApiKey = "B89CE93890E9419B"; + public static readonly string TvdbApiKey = "OG4V3YJ3FAP7FP2K"; public static readonly string TvdbBaseUrl = "https://www.thetvdb.com/"; /// <summary> /// The banner URL |
