Update MediaBrowser.Model/Services/IHasRequestFilter.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
7439e095e2
commit
959a9655c8
|
@ -8,7 +8,7 @@ namespace MediaBrowser.Model.Services
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the order in which Request Filters are executed.
|
/// Gets the order in which Request Filters are executed.
|
||||||
/// <0 Executed before global request filters
|
/// <0 Executed before global request filters.
|
||||||
/// >0 Executed after global request filters.
|
/// >0 Executed after global request filters.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
int Priority { get; }
|
int Priority { get; }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user