mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Update MediaBrowser.Model/Services/IHasRequestFilter.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
7439e095e2
commit
959a9655c8
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ namespace MediaBrowser.Model.Services
|
|||
{
|
||||
/// <summary>
|
||||
/// 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.
|
||||
/// </summary>
|
||||
int Priority { get; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue