1
0
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:
Mark McDowall
2019-08-03 09:41:45 -07:00
parent 34d81356a3
commit c65452bb01
2 changed files with 25 additions and 9 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ export const toggleSeasonMonitored = createThunk(TOGGLE_SEASON_MONITORED);
export const setSeriesValue = createAction(SET_SERIES_VALUE, (payload) => {
return {
section: 'series',
section,
...payload
};
});