Skip to content

Commit

Permalink
[5.6.0] Bugs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kirainmoe committed Feb 10, 2018
1 parent d4dcbb3 commit 0aaef47
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/assets/muse-player.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "muse-player",
"version": "5.5.8",
"version": "5.6.0",
"description": "Just a simple and dilligent HTML5 Audio Player written in React.",
"main": "dist/assets/muse-player.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/config/base.js
Expand Up @@ -2,6 +2,6 @@

// Settings configured here will be merged into the final config object.
export default {
MUSE_VERSION: '5.5.9',
MUSE_BUILD: 5160
MUSE_VERSION: '5.6.0',
MUSE_BUILD: 5161
}
3 changes: 2 additions & 1 deletion src/containers/DrawerContainer.tsx 100644 → 100755
Expand Up @@ -231,9 +231,10 @@ export default class DrawerContainer extends React.Component<DrawerContainerProp
}
// respond API
if (index !== -1 && refs[index]) {
applyMiddleware('onLyricUpdate', instance, {
applyMiddleware('onLyricUpdate', this, {
timeline: refs[index].props.timeline,
text: refs[index].props.text,
index,
translation: refs[index].props.translation
});
}
Expand Down

0 comments on commit 0aaef47

Please sign in to comment.