mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix(ui): Display 4K download status on 4K status badge (#988)
This commit is contained in:
@@ -416,7 +416,7 @@ const TvDetails: React.FC<TvDetailsProps> = ({ tv }) => {
|
||||
status={data.mediaInfo?.status4k}
|
||||
is4k
|
||||
inProgress={
|
||||
(data.mediaInfo?.downloadStatus ?? []).length > 0
|
||||
(data.mediaInfo?.downloadStatus4k ?? []).length > 0
|
||||
}
|
||||
plexUrl4k={data.mediaInfo?.plexUrl4k}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user