diff options
| author | Bond-009 <bond.009@outlook.com> | 2019-10-25 12:47:20 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2019-11-22 16:15:31 +0100 |
| commit | b477b3874ef8d79a1e27f8bb298d38443c3ec425 (patch) | |
| tree | 9e2ce5032892e4c590cab63269081c413cbfdac7 /MediaBrowser.Api/Playback/BaseStreamingService.cs | |
| parent | 7846e9cb3cce026b81509454c8128cc7ca17c2f8 (diff) | |
Fix some warnings
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/BaseStreamingService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs index c7104c950..833fcc54b 100644 --- a/MediaBrowser.Api/Playback/BaseStreamingService.cs +++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs @@ -588,7 +588,7 @@ namespace MediaBrowser.Api.Playback /// <summary> /// Parses query parameters as StreamOptions - /// <summary> + /// </summary> /// <param name="request">The stream request.</param> private void ParseStreamOptions(StreamRequest request) { |
