Ver Fonte

Update MediaInfoService.cs

Artiume há 5 anos atrás
pai
commit
64c313a8fb
1 ficheiros alterados com 4 adições e 3 exclusões
  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;