1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

New: Show CustomFormats on Interactive Search Results

This commit is contained in:
Qstick
2019-10-18 21:11:55 -04:00
parent 02efc655f9
commit 0039c1c393
4 changed files with 43 additions and 0 deletions
@@ -15,6 +15,7 @@ import ProtocolLabel from 'Activity/Queue/ProtocolLabel';
import Peers from './Peers';
import styles from './InteractiveSearchRow.css';
import MovieQuality from 'Movie/MovieQuality';
import MovieFormats from 'Movie/MovieFormats';
import MovieLanguage from 'Movie/MovieLanguage';
function getDownloadIcon(isGrabbing, isGrabbed, grabError) {
@@ -173,6 +174,12 @@ class InteractiveSearchRow extends Component {
/>
</TableRowCell>
<TableRowCell className={styles.customFormat}>
<MovieFormats
formats={quality.customFormats}
/>
</TableRowCell>
<TableRowCell className={styles.rejected}>
{
!!rejections.length &&