Update MediaInfoService.cs

This commit is contained in:
Artiume 2019-12-16 00:27:48 -05:00 committed by GitHub
parent 77fc77eb82
commit 64c313a8fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;