mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
parent
c8d0a6a4ea
commit
3a5d18f52d
@ -165,11 +165,13 @@ class MovieFileEditorRow extends Component {
|
|||||||
|
|
||||||
<TableRowCell className={styles.actions}>
|
<TableRowCell className={styles.actions}>
|
||||||
<IconButton
|
<IconButton
|
||||||
|
title={translate('EditMovieFile')}
|
||||||
name={icons.EDIT}
|
name={icons.EDIT}
|
||||||
onPress={this.onFileEditPress}
|
onPress={this.onFileEditPress}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<IconButton
|
<IconButton
|
||||||
|
title={translate('Details')}
|
||||||
name={icons.MEDIA_INFO}
|
name={icons.MEDIA_INFO}
|
||||||
onPress={this.onFileDetailsPress}
|
onPress={this.onFileDetailsPress}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user