1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

New: Custom Formats on Movie Details File Tab

This commit is contained in:
Qstick
2019-11-01 23:16:52 -04:00
parent 2329ec25b9
commit 5c3fda48f7
3 changed files with 18 additions and 1 deletions
@@ -7,6 +7,7 @@ import TableRow from 'Components/Table/TableRow';
import TableRowCell from 'Components/Table/Cells/TableRowCell';
import TableRowCellButton from 'Components/Table/Cells/TableRowCellButton';
import MovieQuality from 'Movie/MovieQuality';
import MovieFormats from 'Movie/MovieFormats';
import MovieLanguage from 'Movie/MovieLanguage';
import ConfirmModal from 'Components/Modal/ConfirmModal';
import Icon from 'Components/Icon';
@@ -160,6 +161,14 @@ class MovieFileEditorRow extends Component {
}
</TableRowCellButton>
<TableRowCell
className={styles.formats}
>
<MovieFormats
formats={quality.customFormats}
/>
</TableRowCell>
<TableRowCell className={styles.actions}>
<Popover
anchor={