knjk04 / Bookshelf

Android book wishlist app
GNU General Public License v3.0
1 stars 1 forks source link

Publisher not showing #24

Closed knjk04 closed 5 years ago

knjk04 commented 5 years ago

Similar to https://github.com/knjk04/Bookshelf/issues/22, instead of

publisher += PUBLISHER_SUFFIX;

it should be

this.publisher += PUBLISHER_SUFFIX;

(the local variable - the parameter - is being set to "not found", not the member variable).

knjk04 commented 5 years ago

Even after making the change, it does not always show. For example, search for "A simpler Guide to Gmail" (Ceri Clark, top result - https://www.googleapis.com/books/v1/volumes/T4lyswEACAAJ).

knjk04 commented 5 years ago

Fixed. Ceri Clark's publisher does show.