diff --git a/frontend/src/Store/Actions/wantedActions.js b/frontend/src/Store/Actions/wantedActions.js index bb39416aa..fba59d32f 100644 --- a/frontend/src/Store/Actions/wantedActions.js +++ b/frontend/src/Store/Actions/wantedActions.js @@ -50,6 +50,12 @@ export const defaultState = { isSortable: true, isVisible: true }, + { + name: 'episodes.lastSearchTime', + label: () => translate('LastSearchTime'), + isSortable: true, + isVisible: true + }, { name: 'status', label: () => translate('Status'), @@ -122,6 +128,12 @@ export const defaultState = { isSortable: true, isVisible: true }, + { + name: 'episodes.lastSearchTime', + label: () => translate('LastSearchTime'), + isSortable: true, + isVisible: true + }, { name: 'languages', label: () => translate('Languages'), diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index 8d7d90087..865718cd9 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -1064,6 +1064,7 @@ "LastDuration": "Last Duration", "LastExecution": "Last Execution", "LastUsed": "Last Used", + "LastSearchTime": "Last Search Time", "LastWriteTime": "Last Write Time", "LatestSeason": "Latest Season", "Level": "Level",