mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
fix movies count in radarr widget
This commit is contained in:
parent
d94b3e829d
commit
e72efe7fd0
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ export default function Radarr({ service }) {
|
|||
<Widget>
|
||||
<Block label="Wanted" value={wanted.length} />
|
||||
<Block label="Queued" value={queuedData.totalCount} />
|
||||
<Block label="Movies" value={moviesData.length} />
|
||||
<Block label="Movies" value={have.length} />
|
||||
</Widget>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue