Add history parameters to indexer history

This commit is contained in:
Bogdan
2023-09-04 04:11:04 +03:00
parent 0a439a4a96
commit b472a022a6
5 changed files with 33 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import HistoryEventTypeCell from './HistoryEventTypeCell';
import HistoryRowParameter from './HistoryRowParameter';
import styles from './HistoryRow.css';
const historyParameters = [
export const historyParameters = [
{ key: historyDataTypes.IMDB_ID, title: 'IMDb' },
{ key: historyDataTypes.TMDB_ID, title: 'TMDb' },
{ key: historyDataTypes.TVDB_ID, title: 'TVDb' },