alxlaxv
					
					7 years ago
					
						
							committed by
							
								
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: 4AEE18F83AFDEB23
						
					
				
			
		
		
		
	
		
			
				 1 changed files with 
1 additions and 
1 deletions
			 
			
		 
		
			
				- 
					
					
					 
					app/SupportedApps/Sonarr.php
				
 
			
		
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
		
			
				
					| 
						
						
							
								
							
						
						
					 | 
					@ -41,7 +41,7 @@ class Sonarr implements Contracts\Applications, Contracts\Livestats { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        $wanted = json_decode($wantedRes->getBody()); | 
					 | 
					 | 
					        $wanted = json_decode($wantedRes->getBody()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        $queue = json_decode($queueRes->getBody()); | 
					 | 
					 | 
					        $queue = json_decode($queueRes->getBody()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        $wantedCount = $wanted->totalRecords; | 
					 | 
					 | 
					        $wantedCount = $wanted->totalRecords; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					        $queueCount = $queue->totalRecords; | 
					 | 
					 | 
					        $queueCount = sizeof($queue); | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					        $html = ' | 
					 | 
					 | 
					        $html = ' | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        <ul class="livestats"> | 
					 | 
					 | 
					        <ul class="livestats"> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            <li><span class="title">Wanted: '.$wantedCount[1].'</span></li> | 
					 | 
					 | 
					            <li><span class="title">Wanted: '.$wantedCount[1].'</span></li> | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |