mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-20 03:29:50 +00:00
Use Radarr wanted logic
See 9b3770a018/frontend/src/Store/Actions/movieActions.js (L67)
This commit is contained in:
parent
db1804b4a7
commit
1286466669
2 changed files with 3 additions and 15 deletions
|
@ -30,7 +30,7 @@ export default function Component({ service }) {
|
|||
<Container service={service}>
|
||||
<Block label="radarr.wanted" value={moviesData.wanted} />
|
||||
<Block label="radarr.queued" value={queuedData.totalCount} />
|
||||
<Block label="radarr.movies" value={moviesData.have} />
|
||||
<Block label="radarr.movies" value={moviesData.all} />
|
||||
</Container>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue