mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
fix movies count in radarr widget
This commit is contained in:
parent
d94b3e829d
commit
e72efe7fd0
@ -35,7 +35,7 @@ export default function Radarr({ service }) {
|
|||||||
<Widget>
|
<Widget>
|
||||||
<Block label="Wanted" value={wanted.length} />
|
<Block label="Wanted" value={wanted.length} />
|
||||||
<Block label="Queued" value={queuedData.totalCount} />
|
<Block label="Queued" value={queuedData.totalCount} />
|
||||||
<Block label="Movies" value={moviesData.length} />
|
<Block label="Movies" value={have.length} />
|
||||||
</Widget>
|
</Widget>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user