|
|
@ -7,6 +7,7 @@ import TableRow from 'Components/Table/TableRow';
|
|
|
|
import TableRowCell from 'Components/Table/Cells/TableRowCell';
|
|
|
|
import TableRowCell from 'Components/Table/Cells/TableRowCell';
|
|
|
|
import TableRowCellButton from 'Components/Table/Cells/TableRowCellButton';
|
|
|
|
import TableRowCellButton from 'Components/Table/Cells/TableRowCellButton';
|
|
|
|
import MovieQuality from 'Movie/MovieQuality';
|
|
|
|
import MovieQuality from 'Movie/MovieQuality';
|
|
|
|
|
|
|
|
import MovieFormats from 'Movie/MovieFormats';
|
|
|
|
import MovieLanguage from 'Movie/MovieLanguage';
|
|
|
|
import MovieLanguage from 'Movie/MovieLanguage';
|
|
|
|
import ConfirmModal from 'Components/Modal/ConfirmModal';
|
|
|
|
import ConfirmModal from 'Components/Modal/ConfirmModal';
|
|
|
|
import Icon from 'Components/Icon';
|
|
|
|
import Icon from 'Components/Icon';
|
|
|
@ -160,6 +161,14 @@ class MovieFileEditorRow extends Component {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</TableRowCellButton>
|
|
|
|
</TableRowCellButton>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TableRowCell
|
|
|
|
|
|
|
|
className={styles.formats}
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<MovieFormats
|
|
|
|
|
|
|
|
formats={quality.customFormats}
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
</TableRowCell>
|
|
|
|
|
|
|
|
|
|
|
|
<TableRowCell className={styles.actions}>
|
|
|
|
<TableRowCell className={styles.actions}>
|
|
|
|
<Popover
|
|
|
|
<Popover
|
|
|
|
anchor={
|
|
|
|
anchor={
|
|
|
|