Fix type error due to missing namedtuple field when fetching lidarr queue
This commit is contained in:
		
							parent
							
								
									c05bd13b28
								
							
						
					
					
						commit
						2c27811879
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -494,6 +494,7 @@ class LidarrQueue(NamedTuple): | ||||||
|     protocol: str = None |     protocol: str = None | ||||||
|     downloadClient: str = None |     downloadClient: str = None | ||||||
|     indexer: str = None |     indexer: str = None | ||||||
|  |     outputPath: str = None | ||||||
|     downloadForced: bool = None |     downloadForced: bool = None | ||||||
|     id: int = None |     id: int = None | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue