diff --git a/frontend/src/Settings/Profiles/Release/EditReleaseProfileModalContent.js b/frontend/src/Settings/Profiles/Release/EditReleaseProfileModalContent.js
index 773ea7815..742eb95dd 100644
--- a/frontend/src/Settings/Profiles/Release/EditReleaseProfileModalContent.js
+++ b/frontend/src/Settings/Profiles/Release/EditReleaseProfileModalContent.js
@@ -16,6 +16,22 @@ import styles from './EditReleaseProfileModalContent.css';
// Tab, enter, and comma
const tagInputDelimiters = [9, 13, 188];
+const indexerOptions = [
+ { key: 'all', value: 'All' },
+ { key: 'fanzub', value: 'Fanzub' },
+ { key: 'newznab', value: 'Newznab' },
+ { key: 'omgwtfnzbs', value: 'omgwtfnzbs' },
+ { key: 'bitmetv', value: 'BitMeTV' },
+ { key: 'broadcasthenet', value: 'BroadcastheNet' },
+ { key: 'hdbits', value: 'HDBits' },
+ { key: 'iptorrents', value: 'IP Torrents' },
+ { key: 'nyaa', value: 'Nyaa' },
+ { key: 'rarbg', value: 'Rarbg' },
+ { key: 'torrentrssfeed', value: 'Torrent RSS Feed' },
+ { key: 'torrentleech', value: 'TorrentLeech' },
+ { key: 'torznab', value: 'Torznab' }
+];
+
function EditReleaseProfileModalContent(props) {
const {
isSaving,
@@ -33,6 +49,8 @@ function EditReleaseProfileModalContent(props) {
required,
ignored,
preferred,
+ indexer,
+ enableIndexer,
includePreferredWhenRenaming,
tags
} = item;
@@ -105,6 +123,32 @@ function EditReleaseProfileModalContent(props) {
/>
+
+ Indexer
+
+
+
+
+
+
+ Enable Indexer
+
+
+
+
Tags