1
0
mirror of https://github.com/fallenbagel/jellyseerr.git synced 2026-01-11 09:06:55 -05:00

fix(frontend): set 4k status on RequestItem when request is for 4k

This commit is contained in:
sct
2021-02-01 12:25:31 +00:00
parent a7314f876e
commit a3b00c3458

View File

@@ -201,6 +201,7 @@ const RequestItem: React.FC<RequestItemProps> = ({
] ?? []
).length > 0
}
is4k={requestData.is4k}
/>
)}
</Table.TD>