Made the Player behaviour more consistent

This commit is contained in:
Deluan
2021-07-02 14:07:03 -04:00
parent 26b5e6b1b4
commit ace5c905eb
14 changed files with 374 additions and 377 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ import customRoutes from './routes'
import {
themeReducer,
addToPlaylistDialogReducer,
playQueueReducer,
playerReducer,
albumViewReducer,
activityReducer,
settingsReducer,
@@ -48,7 +48,7 @@ const App = () => (
dataProvider,
history,
customReducers: {
queue: playQueueReducer,
player: playerReducer,
albumView: albumViewReducer,
theme: themeReducer,
addToPlaylistDialog: addToPlaylistDialogReducer,