mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 04:59:35 -07:00
Fixed: Forced english metadata for the search api.
This commit is contained in:
parent
2f048f4217
commit
013615a7a5
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ namespace TVDBSharp.Models.DAO
|
||||||
|
|
||||||
public XDocument GetShow(int showID)
|
public XDocument GetShow(int showID)
|
||||||
{
|
{
|
||||||
return GetXDocumentFromUrl(string.Format("{0}/api/{1}/series/{2}/all/", BaseUrl, ApiKey, showID));
|
return GetXDocumentFromUrl(string.Format("{0}/api/{1}/series/{2}/all/en.xml", BaseUrl, ApiKey, showID));
|
||||||
}
|
}
|
||||||
|
|
||||||
public XDocument GetEpisode(int episodeId, string lang)
|
public XDocument GetEpisode(int episodeId, string lang)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue