don't call 'get' on web
This commit is contained in:
parent
1ce826fb4c
commit
1267eeb0d1
1 changed files with 2 additions and 0 deletions
|
@ -27,7 +27,9 @@ const select = (state, props) => ({
|
||||||
const perform = dispatch => ({
|
const perform = dispatch => ({
|
||||||
play: uri => {
|
play: uri => {
|
||||||
dispatch(doSetPlayingUri(uri));
|
dispatch(doSetPlayingUri(uri));
|
||||||
|
// @if TARGET='app'
|
||||||
dispatch(doPlayUri(uri));
|
dispatch(doPlayUri(uri));
|
||||||
|
// @endif
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue