mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 03:38:26 -07:00
[UI] Refactor TrackFile Modal
This commit is contained in:
parent
e3c6bc3263
commit
9be4ec4c15
43 changed files with 280 additions and 290 deletions
|
@ -15,7 +15,7 @@ import styles from './MissingRow.css';
|
|||
function MissingRow(props) {
|
||||
const {
|
||||
id,
|
||||
// episodeFileId,
|
||||
// trackFileId,
|
||||
artist,
|
||||
// seasonNumber,
|
||||
// episodeNumber,
|
||||
|
@ -110,7 +110,7 @@ function MissingRow(props) {
|
|||
// >
|
||||
// <EpisodeStatusConnector
|
||||
// episodeId={id}
|
||||
// episodeFileId={episodeFileId}
|
||||
// trackFileId={trackFileId}
|
||||
// episodeEntity={episodeEntities.WANTED_MISSING}
|
||||
// />
|
||||
// </TableRowCell>
|
||||
|
@ -137,7 +137,7 @@ function MissingRow(props) {
|
|||
|
||||
MissingRow.propTypes = {
|
||||
id: PropTypes.number.isRequired,
|
||||
// episodeFileId: PropTypes.number,
|
||||
// trackFileId: PropTypes.number,
|
||||
artist: PropTypes.object.isRequired,
|
||||
// seasonNumber: PropTypes.number.isRequired,
|
||||
// episodeNumber: PropTypes.number.isRequired,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue