mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-10-31 15:23:02 +00:00 
			
		
		
		
	Improvement for #1062
This commit is contained in:
		| @@ -183,7 +183,7 @@ def check_read_formats(entry): | ||||
|     bookformats = list() | ||||
|     if len(entry.data): | ||||
|         for ele in iter(entry.data): | ||||
|             if ele.format in EXTENSIONS_READER: | ||||
|             if ele.format.upper() in EXTENSIONS_READER: | ||||
|                 bookformats.append(ele.format.lower()) | ||||
|     return bookformats | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ozzieisaacs
					Ozzieisaacs