2
0
Эх сурвалжийг харах

Update MediaBrowser.Model/Services/IHasRequestFilter.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
Vasily 5 жил өмнө
parent
commit
959a9655c8

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