Skip to content

Commit

Permalink
0.2.2: bugfix [!!!]
Browse files Browse the repository at this point in the history
解决因替换依赖导致本地电台无法播放音乐的 bug
  • Loading branch information
guo-yu committed Jul 5, 2014
1 parent 7da5e98 commit a0f5a52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion libs/fm.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ Fm.prototype.createMenu = function(callback) {
// bind keypress events
self.menu.on('keypress', function(key, index) {
if (!shorthands[key.name]) return false;
if (index < 1 && key.name != 'q') return utils.go(pkg.repository.url);
return self[shorthands[key.name]](self.menu.items[index], account);
});
self.menu.on('empty', function() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "douban.fm",
"version": "0.2.1",
"version": "0.2.2",
"description": "a tiny and smart cli player of douban.fm based on Node.js",
"main": "index.js",
"author": "turing <o.u.turing@gmail.com>",
Expand Down

0 comments on commit a0f5a52

Please sign in to comment.