v2.3.1 (client only)

- Add a nice menu to userlist dropdowns for easily changing ranks
- Merge give/take leader into one button
- Move playlist lock button to the same button strip as voteskip/get playlist urls
- Add a volume slider for Soundcloud
This commit is contained in:
calzoneman 2013-08-07 17:12:11 -04:00
parent fefa9f4238
commit 2e79b01894
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
"author": "Calvin Montgomery",
"name": "CyTube",
"description": "Online media synchronizer and chat",
"version": "2.3.0",
"version": "2.3.1",
"repository": {
"url": "http://github.com/calzoneman/sync"
},

View file

@ -6,7 +6,7 @@ var Logger = require("./logger");
var Channel = require("./channel");
var User = require("./user");
const VERSION = "2.3.0";
const VERSION = "2.3.1";
function getIP(req) {
var raw = req.connection.remoteAddress;