diff options
| author | Joshua Boniface <joshua@boniface.me> | 2019-01-09 12:44:48 -0500 |
|---|---|---|
| committer | Joshua Boniface <joshua@boniface.me> | 2019-01-15 19:14:36 -0500 |
| commit | a90a85c3066e85263cb63b800cc6b61a005516cf (patch) | |
| tree | 5947a2c052afa41cbc3ebfe78fb407462ba6977a | |
| parent | 44ec5d263119ba43942b6f7866f5bb204b2d0bcc (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 |
