mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
split rt provider into two
This commit is contained in:
parent
c568f352eb
commit
05b79fd2e0
8 changed files with 285 additions and 96 deletions
|
|
@ -36,5 +36,11 @@ namespace MediaBrowser.Common.Implementations.HttpClientManager
|
|||
/// </summary>
|
||||
/// <value><c>true</c> if [must revalidate]; otherwise, <c>false</c>.</value>
|
||||
public bool MustRevalidate { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the request date.
|
||||
/// </summary>
|
||||
/// <value>The request date.</value>
|
||||
public DateTime RequestDate { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue