Browse Source

Update MediaInfoService.cs

Artiume 5 years ago
parent
commit
64c313a8fb
1 changed files with 4 additions and 3 deletions
  1. 4 3
      MediaBrowser.Api/Playback/MediaInfoService.cs

+ 4 - 3
MediaBrowser.Api/Playback/MediaInfoService.cs

@@ -564,9 +564,10 @@ namespace MediaBrowser.Api.Playback
                         // Do this after the above so that StartPositionTicks is set
                         // Do this after the above so that StartPositionTicks is set
                         SetDeviceSpecificSubtitleInfo(streamInfo, mediaSource, auth.Token);
                         SetDeviceSpecificSubtitleInfo(streamInfo, mediaSource, auth.Token);
                     }
                     }
-				}
-             }
-
+			    }
+            }
+        }
+        
         private long? GetMaxBitrate(long? clientMaxBitrate, User user)
         private long? GetMaxBitrate(long? clientMaxBitrate, User user)
         {
         {
             var maxBitrate = clientMaxBitrate;
             var maxBitrate = clientMaxBitrate;