Update MediaBrowser.Model/Services/IHasRequestFilter.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
pull/2767/head
Vasily 4 years ago committed by GitHub
parent 7439e095e2
commit 959a9655c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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; }

Loading…
Cancel
Save