aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasily <JustAMan@users.noreply.github.com>2020-06-03 12:26:40 +0300
committerGitHub <noreply@github.com>2020-06-03 12:26:40 +0300
commit959a9655c8a6d04b1b056a5ab3a02b546af03c3f (patch)
treefedc46e3ce9d663a042ad8b67ffcf6af50e337ad
parent7439e095e276034f05a0c9e9c7687b4a0aa1b3e5 (diff)
Update MediaBrowser.Model/Services/IHasRequestFilter.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
-rw-r--r--MediaBrowser.Model/Services/IHasRequestFilter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Services/IHasRequestFilter.cs b/MediaBrowser.Model/Services/IHasRequestFilter.cs
index 332ba113c..b83d3b075 100644
--- a/MediaBrowser.Model/Services/IHasRequestFilter.cs
+++ b/MediaBrowser.Model/Services/IHasRequestFilter.cs
@@ -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; }