1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-17 18:26:57 +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

@ -1,3 +1,8 @@
<div class="list-header">3.5.248</div>
<ul class="chat-menu-content menu-side-padding">
<li>Changed: Start using <code>playback_bytes_per_second</code> to calculate the current bitrate, as the other bitrate statistics don't update properly.</li>
</ul>
<div class="list-header">3.5.247</div>
<ul class="chat-menu-content menu-side-padding">
<li>Changed: Refactor how Ember components and views are modified.</li>