mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-07 07:52:08 +08:00
Update completed album logic
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user