diff --git a/src/ui/component/fileViewerInitiator/index.js b/src/ui/component/fileViewerInitiator/index.js index ca030a311..c15537218 100644 --- a/src/ui/component/fileViewerInitiator/index.js +++ b/src/ui/component/fileViewerInitiator/index.js @@ -27,7 +27,9 @@ const select = (state, props) => ({ const perform = dispatch => ({ play: uri => { dispatch(doSetPlayingUri(uri)); + // @if TARGET='app' dispatch(doPlayUri(uri)); + // @endif }, });