Update MediaBrowser.Model/Services/IHasRequestFilter.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
Vasily 2020-06-03 12:26:40 +03:00 committed by GitHub
parent 7439e095e2
commit 959a9655c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ namespace MediaBrowser.Model.Services
{
/// <summary>
/// Gets the order in which Request Filters are executed.
/// &lt;0 Executed before global request filters
/// &lt;0 Executed before global request filters.
/// &gt;0 Executed after global request filters.
/// </summary>
int Priority { get; }