Update completed album logic

This commit is contained in:
Jason Fischer 2022-09-14 19:36:15 -07:00
parent 1f2639fbb5
commit cf2f987fd4
No known key found for this signature in database

View file

@ -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 (
<Widget>