1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-03 09:38:31 +00:00

3.5.248. Use stats.playback_bytes_per_second to calculate the current bitrate. Update the bitrate tooltip in real time.

This commit is contained in:
SirStendec 2016-07-13 03:54:42 -04:00
parent 4b11c2f591
commit 25eadeb89a
3 changed files with 36 additions and 12 deletions

View file

@ -37,7 +37,7 @@ FFZ.msg_commands = {};
// Version
var VER = FFZ.version_info = {
major: 3, minor: 5, revision: 247,
major: 3, minor: 5, revision: 248,
toString: function() {
return [VER.major, VER.minor, VER.revision].join(".") + (VER.extra || "");
}