mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
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:
parent
d6b210a4c9
commit
2273be5afd
2 changed files with 25 additions and 9 deletions
|
@ -197,7 +197,7 @@ export const toggleAlbumMonitored = createThunk(TOGGLE_ALBUM_MONITORED);
|
|||
|
||||
export const setArtistValue = createAction(SET_ARTIST_VALUE, (payload) => {
|
||||
return {
|
||||
section: 'artist',
|
||||
section,
|
||||
...payload
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue