mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 02:18:54 -07:00
don't cache country response
This commit is contained in:
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…
Reference in New Issue
Block a user