mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-21 22:05:43 -04:00
Fix: Addressed issue with status color not showing on Movie > Details (only purple was working)
This commit is contained in:
@@ -46,7 +46,7 @@ function MovieIndexProgressBar(props) {
|
||||
size={detailedProgressBar ? sizes.MEDIUM : sizes.SMALL}
|
||||
showText={detailedProgressBar}
|
||||
width={posterWidth}
|
||||
text={(queueStatusText) ? queueStatusText.shortText : translate(movieStatus)}
|
||||
text={(queueStatusText) ? queueStatusText : translate(movieStatus)}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user