mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-17 10:45:49 +02:00
Fixed: Forced english metadata for the search api.
This commit is contained in:
parent
2f048f4217
commit
013615a7a5
@ -20,7 +20,7 @@ public class DataProvider : IDataProvider
|
|||||||
|
|
||||||
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…
Reference in New Issue
Block a user