mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-17 15:53:42 +01:00
replaced http client cache with longer lived cache
This commit is contained in:
@@ -43,5 +43,11 @@ namespace MediaBrowser.Common.Net
|
||||
/// </summary>
|
||||
/// <value>The progress.</value>
|
||||
public IProgress<double> Progress { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether [enable response caching].
|
||||
/// </summary>
|
||||
/// <value><c>true</c> if [enable response caching]; otherwise, <c>false</c>.</value>
|
||||
public bool EnableResponseCache { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user