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

3.5.250. Temporary implementation of getVideoInfo() while Twitch gets their player in order.

This commit is contained in:
SirStendec 2016-07-15 19:29:25 -04:00
parent 0482887343
commit ba084cfaa9
3 changed files with 136 additions and 1 deletions

View file

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