mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-07 13:32:17 -07:00
parent
651a4358fc
commit
000ccf78ad
75 changed files with 665 additions and 461 deletions
|
@ -25,17 +25,17 @@ import styles from './TrackFileEditorModalContent.css';
|
|||
const columns = [
|
||||
{
|
||||
name: 'trackNumber',
|
||||
label: 'Track',
|
||||
label: translate('Track'),
|
||||
isVisible: true
|
||||
},
|
||||
{
|
||||
name: 'path',
|
||||
label: 'Path',
|
||||
label: translate('Path'),
|
||||
isVisible: true
|
||||
},
|
||||
{
|
||||
name: 'quality',
|
||||
label: 'Quality',
|
||||
label: translate('Quality'),
|
||||
isVisible: true
|
||||
}
|
||||
];
|
||||
|
@ -230,7 +230,7 @@ class TrackFileEditorModalContent extends Component {
|
|||
<Button
|
||||
onPress={onModalClose}
|
||||
>
|
||||
Close
|
||||
{translate('Close')}
|
||||
</Button>
|
||||
</ModalFooter>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue