mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 02:57:30 +00:00
Bump Webamp
This commit is contained in:
parent
b49d873dcd
commit
0a69b0ed62
2 changed files with 3 additions and 3 deletions
|
|
@ -24,7 +24,7 @@
|
|||
"reselect": "^4.0.0",
|
||||
"rxjs": "^6.3.3",
|
||||
"spark-md5": "^3.0.1",
|
||||
"webamp": "^1.4.1-beta04"
|
||||
"webamp": "^1.4.1-beta05"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ class WebampComponent extends React.Component {
|
|||
super(props);
|
||||
this._disposable = new Disposable();
|
||||
}
|
||||
componentDidMount() {
|
||||
this._loadWebamp();
|
||||
async componentDidMount() {
|
||||
await this._loadWebamp();
|
||||
}
|
||||
|
||||
componentWillUnmount() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue