Merge pull request #634 from joshuaboniface/replace-tvdbkey

Replace our TVDB key with @drakus72's which is V1
pull/1154/head
Anthony Lavado 6 years ago committed by GitHub
commit 3d441d4a73

@ -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

Loading…
Cancel
Save