Update completed album logic

pull/163/head
Jason Fischer 2 years ago
parent 1f2639fbb5
commit cf2f987fd4
No known key found for this signature in database

@ -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…
Cancel
Save