mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-27 23:06:29 -04:00
Fixed: Edit path on series index resetting cursor to end on change
This commit is contained in:
@@ -203,7 +203,7 @@ export const toggleSeasonMonitored = createThunk(TOGGLE_SEASON_MONITORED);
|
||||
|
||||
export const setSeriesValue = createAction(SET_SERIES_VALUE, (payload) => {
|
||||
return {
|
||||
section: 'series',
|
||||
section,
|
||||
...payload
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user