aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtiume <siderite@gmail.com>2019-12-16 00:27:48 -0500
committerGitHub <noreply@github.com>2019-12-16 00:27:48 -0500
commit64c313a8fb007b7002d0de4e67eb90941e06fd06 (patch)
tree39c3c5a37102c83d2e4a25af98f1a302beded80e
parent77fc77eb823da523a9d37695adf00561781c0c8e (diff)
Update MediaInfoService.cs
-rw-r--r--MediaBrowser.Api/Playback/MediaInfoService.cs7
1 files changed, 4 insertions, 3 deletions
diff --git a/MediaBrowser.Api/Playback/MediaInfoService.cs b/MediaBrowser.Api/Playback/MediaInfoService.cs
index 1730db89a..78e7bf454 100644
--- a/MediaBrowser.Api/Playback/MediaInfoService.cs
+++ b/MediaBrowser.Api/Playback/MediaInfoService.cs
@@ -564,9 +564,10 @@ namespace MediaBrowser.Api.Playback
// Do this after the above so that StartPositionTicks is set
SetDeviceSpecificSubtitleInfo(streamInfo, mediaSource, auth.Token);
}
- }
- }
-
+ }
+ }
+ }
+
private long? GetMaxBitrate(long? clientMaxBitrate, User user)
{
var maxBitrate = clientMaxBitrate;