mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-02 10:55:30 -04:00
Add back zip_path
for backward compatibility
This commit is contained in:
parent
238539c27d
commit
648cdd772c
@ -28,6 +28,8 @@ abstract class Entry
|
||||
if err_msg
|
||||
json.field "err_msg", err_msg
|
||||
end
|
||||
# for API backward compatability
|
||||
json.field "zip_path", path
|
||||
json.field "title_id", @book.id
|
||||
json.field "title_title", @book.title
|
||||
json.field "sort_title", sort_title
|
||||
|
Loading…
x
Reference in New Issue
Block a user