Keyboard selecting of tracks, now native

This commit is contained in:
James Barnsley
2016-10-17 22:00:29 +13:00
parent 97026753a0
commit 6a07ebc8f6
12 changed files with 149 additions and 25 deletions

2
src/js/bootstrap.js vendored
View File

@ -9,7 +9,7 @@ import spotify from './services/spotify/reducer'
import thunk from 'redux-thunk'
import mopidyMiddleware from './services/mopidy/middleware'
import spotifyMiddleware from './services/spotify/middleware'
import localstorageMiddleware from './services/localstorageMiddleware'
import localstorageMiddleware from './services/localstorage/middleware'
let reducers = combineReducers({
mopidy,