mirror of
https://github.com/Radarr/Radarr
synced 2026-04-13 01:32:54 +02:00
parent
c8d0a6a4ea
commit
3a5d18f52d
1 changed files with 2 additions and 0 deletions
|
|
@ -165,11 +165,13 @@ class MovieFileEditorRow extends Component {
|
|||
|
||||
<TableRowCell className={styles.actions}>
|
||||
<IconButton
|
||||
title={translate('EditMovieFile')}
|
||||
name={icons.EDIT}
|
||||
onPress={this.onFileEditPress}
|
||||
/>
|
||||
|
||||
<IconButton
|
||||
title={translate('Details')}
|
||||
name={icons.MEDIA_INFO}
|
||||
onPress={this.onFileDetailsPress}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue