removed dead code
This commit is contained in:
parent
2f7b0b99da
commit
290e1554c3
|
@ -48,15 +48,6 @@ namespace MediaBrowser.Controller.Providers.TV
|
||||||
_providerManager = providerManager;
|
_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>
|
/// <summary>
|
||||||
/// Supportses the specified item.
|
/// Supportses the specified item.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user