mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: Season and Ep history parameters showing incorrect
This commit is contained in:
@@ -194,7 +194,7 @@ class HistoryRow extends Component {
|
|||||||
data.season ?
|
data.season ?
|
||||||
<HistoryRowParameter
|
<HistoryRowParameter
|
||||||
title='Season'
|
title='Season'
|
||||||
value={data.tvMazeId}
|
value={data.season}
|
||||||
/> :
|
/> :
|
||||||
null
|
null
|
||||||
}
|
}
|
||||||
@@ -203,7 +203,7 @@ class HistoryRow extends Component {
|
|||||||
data.episode ?
|
data.episode ?
|
||||||
<HistoryRowParameter
|
<HistoryRowParameter
|
||||||
title='Episode'
|
title='Episode'
|
||||||
value={data.tvMazeId}
|
value={data.episode}
|
||||||
/> :
|
/> :
|
||||||
null
|
null
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user