Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes issue with multiple authors #2

Merged
merged 1 commit into from
Oct 28, 2012

Conversation

chdorner
Copy link
Contributor

If an OPDS entry file has multiple authors, it returns:

[
  {:name=>"Randall Garrett", :uri=>"http://www.feedbooks.com/author/267", :email=>nil},
  {:name=>"Randall Garrett", :uri=>"http://www.feedbooks.com/author/267", :email=>nil}
]

It now works as expected and returns:

[
  {:name=>"Randall Garrett", :uri=>"http://www.feedbooks.com/author/267", :email=>nil},
  {:name=>"Stephen Marlowe", :uri=>"http://www.feedbooks.com/author/744", :email=>nil}
]

zetaben added a commit that referenced this pull request Oct 28, 2012
Fixes issue with multiple authors
@zetaben zetaben merged commit bd81bc9 into zetaben:master Oct 28, 2012
@zetaben
Copy link
Owner

zetaben commented Oct 28, 2012

Thanks for the fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants