removed dead code

pull/702/head
Luke Pulverenti 12 years ago
parent 2f7b0b99da
commit 290e1554c3

@ -48,15 +48,6 @@ namespace MediaBrowser.Controller.Providers.TV
_providerManager = providerManager;
}
/// <summary>
/// The episode query
/// </summary>
private const string EpisodeQuery = "http://www.thetvdb.com/api/{0}/series/{1}/default/{2}/{3}/{4}.xml";
/// <summary>
/// The abs episode query
/// </summary>
private const string AbsEpisodeQuery = "http://www.thetvdb.com/api/{0}/series/{1}/absolute/{2}/{3}.xml";
/// <summary>
/// Supportses the specified item.
/// </summary>

Loading…
Cancel
Save