diff options
| author | Andrew Rabert <6550543+nvllsvm@users.noreply.github.com> | 2019-01-10 23:02:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-10 23:02:29 -0500 |
| commit | e5c2dbdf23267006ef151d6ee8ab1cea147123d7 (patch) | |
| tree | 9d9ee7b9c219af7ff7046a5681cfe2e3b166d71c /MediaBrowser.Controller | |
| parent | 15c89d281e29578a752dd9828e12e6fa243621a8 (diff) | |
| parent | fddd72a3bd237b3a719ab1535d8ec3e6abe64b21 (diff) | |
Merge pull request #540 from joshuaboniface/api-keys
Update Emby API keys to our own
Diffstat (limited to 'MediaBrowser.Controller')
| -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 |
