mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update MediaInfoService.cs
This commit is contained in:
parent
77fc77eb82
commit
64c313a8fb
@ -564,8 +564,9 @@ 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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user