mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-19 01:28:02 +00:00
Update MediaInfoService.cs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user