mirror of
				https://github.com/karl0ss/homepage.git
				synced 2025-11-04 08:20:58 +00: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 (
 | 
			
		||||
    <Widget>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user