Removing authorized, just use authorization

This commit is contained in:
James Barnsley
2017-08-04 22:01:50 +12:00
parent 4213a513da
commit c2b8cfb346
10 changed files with 113 additions and 86 deletions

View File

@ -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
}
}