diff options
| author | artiume <siderite@gmail.com> | 2020-02-19 06:07:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-19 06:07:48 -0500 |
| commit | b375aeb56a9effbb149492d4d148e7c0df2e2ad6 (patch) | |
| tree | 197bebb9856332f78c559420e20ef1b34fe92fdb /MediaBrowser.Api | |
| parent | 967f8c6dcd18576fc25edfdcb3be94f143010259 (diff) | |
fix indentation
it was tabs
Diffstat (limited to 'MediaBrowser.Api')
| -rw-r--r-- | MediaBrowser.Api/Playback/MediaInfoService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/MediaInfoService.cs b/MediaBrowser.Api/Playback/MediaInfoService.cs index 95052fa2a..856c1881a 100644 --- a/MediaBrowser.Api/Playback/MediaInfoService.cs +++ b/MediaBrowser.Api/Playback/MediaInfoService.cs @@ -566,7 +566,7 @@ namespace MediaBrowser.Api.Playback // Do this after the above so that StartPositionTicks is set SetDeviceSpecificSubtitleInfo(streamInfo, mediaSource, auth.Token); } - } + } } foreach (var attachment in mediaSource.MediaAttachments) |
