mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-10-31 07:13:02 +00:00 
			
		
		
		
	Merge branch 'fix/slugify-filename-20170305' into travis
This commit is contained in:
		| @@ -1275,7 +1275,7 @@ def get_download_link(book_id, format): | |||||||
|             helper.update_download(book_id, int(current_user.id)) |             helper.update_download(book_id, int(current_user.id)) | ||||||
|         file_name = book.title |         file_name = book.title | ||||||
|         if len(book.authors) > 0: |         if len(book.authors) > 0: | ||||||
|             file_name = book.authors[0].name + '-' + file_name |             file_name = book.authors[0].name + '_' + file_name | ||||||
|         file_name = helper.get_valid_filename(file_name) |         file_name = helper.get_valid_filename(file_name) | ||||||
|         response = make_response( |         response = make_response( | ||||||
|             send_from_directory(os.path.join(config.config_calibre_dir, book.path), data.name + "." + format)) |             send_from_directory(os.path.join(config.config_calibre_dir, book.path), data.name + "." + format)) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 林檎
					林檎