浏览代码

Update MediaInfoService.cs

Artiume 5 年之前
父节点
当前提交
64c313a8fb
共有 1 个文件被更改,包括 4 次插入3 次删除
  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
                         SetDeviceSpecificSubtitleInfo(streamInfo, mediaSource, auth.Token);
                     }
-				}
-             }
-
+			    }
+            }
+        }
+        
         private long? GetMaxBitrate(long? clientMaxBitrate, User user)
         {
             var maxBitrate = clientMaxBitrate;