Fixed: Edit path on artist index resetting cursor to end on change

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Qstick 2019-08-04 22:35:58 -04:00
parent d6b210a4c9
commit 2273be5afd
2 changed files with 25 additions and 9 deletions

View file

@ -197,7 +197,7 @@ export const toggleAlbumMonitored = createThunk(TOGGLE_ALBUM_MONITORED);
export const setArtistValue = createAction(SET_ARTIST_VALUE, (payload) => {
return {
section: 'artist',
section,
...payload
};
});