fix opening files externally on desktop
This commit is contained in:
parent
d3f0e471e5
commit
138d84155b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ const select = (state, props) => ({
|
|||
|
||||
const perform = dispatch => ({
|
||||
openModal: (modal, props) => dispatch(doOpenModal(modal, props)),
|
||||
pause: () => dispatch(doSetPlayingUri(null)),
|
||||
pause: () => dispatch(doSetPlayingUri({ uri: null })),
|
||||
download: uri => dispatch(doPlayUri(uri, false, true, () => dispatch(doAnalyticsView(uri)))),
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue