mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
Reformatted the files with notes.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using MediaBrowser.Common.Extensions;
|
||||
using MediaBrowser.Common.Extensions;
|
||||
using MediaBrowser.Controller.Configuration;
|
||||
using MediaBrowser.Controller.Devices;
|
||||
using MediaBrowser.Controller.Dlna;
|
||||
@@ -595,8 +595,10 @@ namespace MediaBrowser.Api.Playback
|
||||
/// <param name="request">The stream request.</param>
|
||||
private void ParseStreamOptions(StreamRequest request)
|
||||
{
|
||||
foreach (var param in Request.QueryString) {
|
||||
if (char.IsLower(param.Name[0])) {
|
||||
foreach (var param in Request.QueryString)
|
||||
{
|
||||
if (char.IsLower(param.Name[0]))
|
||||
{
|
||||
// This was probably not parsed initially and should be a StreamOptions
|
||||
// TODO: This should be incorporated either in the lower framework for parsing requests
|
||||
// or the generated URL should correctly serialize it
|
||||
|
||||
Reference in New Issue
Block a user