Browse Source

Update MediaBrowser.Model/Services/IHasRequestFilter.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
Vasily 5 years ago
parent
commit
959a9655c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.Model/Services/IHasRequestFilter.cs

+ 1 - 1
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; }