Update completed album logic
This commit is contained in:
parent
1f2639fbb5
commit
cf2f987fd4
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue