mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
Update completed album logic
This commit is contained in:
parent
1f2639fbb5
commit
cf2f987fd4
@ -29,7 +29,7 @@ export default function Lidarr({ service }) {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
const have = albumsData.filter((album) => album.statistics.trackFileCount > 0);
|
const have = albumsData.filter((album) => album.statistics.percentOfTracks === 100);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Widget>
|
<Widget>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user