don't cache country response

pull/702/head
Luke Pulverenti 8 years ago
parent 6b31083e43
commit 943d5aa04c

@ -550,9 +550,7 @@ namespace MediaBrowser.Api.LiveTv
var response = await _httpClient.Get(new HttpRequestOptions
{
Url = "https://json.schedulesdirect.org/20141201/available/countries",
CacheLength = TimeSpan.FromDays(1),
CacheMode = CacheMode.Unconditional
Url = "https://json.schedulesdirect.org/20141201/available/countries"
}).ConfigureAwait(false);

Loading…
Cancel
Save