Convert missing available to True False
This commit is contained in:
		
							parent
							
								
									387202d2a9
								
							
						
					
					
						commit
						51d03126f8
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -40,9 +40,9 @@ class RadarrAPI(object): | |||
|         for movie in movies: | ||||
|             if not movie.downloaded: | ||||
|                 if movie.isAvailable: | ||||
|                     ma = 0 | ||||
|                     ma = True | ||||
|                 else: | ||||
|                     ma = 1 | ||||
|                     ma = False | ||||
| 
 | ||||
|                 movie_name = '{} ({})'.format(movie.title, movie.year) | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue