1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-17 15:59:36 +02:00

Fixed: Add Path on Movie Details Page

This commit is contained in:
Devin Buhl 2019-11-03 11:00:15 -05:00
parent 1fe3c81b8d
commit 99509e61d3

View File

@ -416,6 +416,16 @@ class MovieDetails extends Component {
}
</div>
<InfoLabel
className={styles.detailsInfoLabel}
title="Path"
size={sizes.LARGE}
>
<span className={styles.path}>
{path}
</span>
</InfoLabel>
<Measure onMeasure={this.onMeasure}>
<div className={styles.overview}>
<TextTruncate