1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-03 01:28:30 +00:00

3.5.323. Refactor Debug. Use channel cover height in mini-player calculation.

This commit is contained in:
SirStendec 2016-10-12 11:11:06 -04:00
parent d098e402b4
commit 1a52caab6b
5 changed files with 391 additions and 267 deletions

View file

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