Removing authorized, just use authorization
This commit is contained in:
@ -79,7 +79,7 @@ const mapStateToProps = (state, ownProps) => {
|
||||
playlists: state.ui.playlists,
|
||||
context_menu: state.ui.context_menu,
|
||||
mopidy_connected: state.mopidy.connected,
|
||||
spotify_authorized: state.spotify.authorized
|
||||
spotify_authorized: state.spotify.authorization
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user