diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-06-16 11:54:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-16 11:54:58 +0200 |
| commit | 9af6eda0b495649e3a77694b2bb30abad1a26484 (patch) | |
| tree | 687bb3b59f2efce0da15e919ae5e5123f4380ee2 /Emby.Server.Implementations/HttpServer/RangeRequestWriter.cs | |
| parent | 4d91060c25662774c6f57941c78fcb73df6fdefa (diff) | |
| parent | 9018f8d8be10bc4812f7d1bd230a1516eca61eea (diff) | |
Merge pull request #3343 from telans/comment-stops
Add full stop at end of comments (SA1629)
Diffstat (limited to 'Emby.Server.Implementations/HttpServer/RangeRequestWriter.cs')
| -rw-r--r-- | Emby.Server.Implementations/HttpServer/RangeRequestWriter.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Emby.Server.Implementations/HttpServer/RangeRequestWriter.cs b/Emby.Server.Implementations/HttpServer/RangeRequestWriter.cs index 94cedb918..540340272 100644 --- a/Emby.Server.Implementations/HttpServer/RangeRequestWriter.cs +++ b/Emby.Server.Implementations/HttpServer/RangeRequestWriter.cs @@ -40,17 +40,17 @@ namespace Emby.Server.Implementations.HttpServer private const int BufferSize = 81920; /// <summary> - /// The _options + /// The _options. /// </summary> private readonly Dictionary<string, string> _options = new Dictionary<string, string>(); /// <summary> - /// The us culture + /// The us culture. /// </summary> private static readonly CultureInfo UsCulture = new CultureInfo("en-US"); /// <summary> - /// Additional HTTP Headers + /// Additional HTTP Headers. /// </summary> /// <value>The headers.</value> public IDictionary<string, string> Headers => _options; @@ -116,7 +116,7 @@ namespace Emby.Server.Implementations.HttpServer } /// <summary> - /// The _requested ranges + /// The _requested ranges. /// </summary> private List<KeyValuePair<long, long?>> _requestedRanges; /// <summary> |
