mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 17:24:46 +03:00
split rt provider into two
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user