mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-22 22:16:13 -04:00
Fixed: Showing Grab ID in history details modal
This commit is contained in:
@@ -74,6 +74,7 @@ class SeriesHistoryRow extends Component {
|
||||
customFormats,
|
||||
date,
|
||||
data,
|
||||
downloadId,
|
||||
fullSeries,
|
||||
series,
|
||||
episode,
|
||||
@@ -138,6 +139,7 @@ class SeriesHistoryRow extends Component {
|
||||
eventType={eventType}
|
||||
sourceTitle={sourceTitle}
|
||||
data={data}
|
||||
downloadId={downloadId}
|
||||
/>
|
||||
}
|
||||
position={tooltipPositions.LEFT}
|
||||
@@ -189,6 +191,7 @@ SeriesHistoryRow.propTypes = {
|
||||
customFormats: PropTypes.arrayOf(PropTypes.object),
|
||||
date: PropTypes.string.isRequired,
|
||||
data: PropTypes.object.isRequired,
|
||||
downloadId: PropTypes.string,
|
||||
fullSeries: PropTypes.bool.isRequired,
|
||||
series: PropTypes.object.isRequired,
|
||||
episode: PropTypes.object.isRequired,
|
||||
|
||||
Reference in New Issue
Block a user