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

Album -> related albums 'catalog' returns the album's name instead of the catalog #1

Closed
knoobie opened this issue Mar 19, 2015 · 3 comments

Comments

@knoobie
Copy link

knoobie commented Mar 19, 2015

Example: http://vgmdb.info/album/30552?format=json ( http://vgmdb.net/album/30552 )

"related": [
{
"catalog": "Bouken De-show De-show? / Aya Hirano",
"link": "album/30550",
"names": {
"en": "Bouken De-show De-show? / Aya Hirano",
"ja": "冒険でしょでしょ? / 平野綾",
"ja-latn": "Bouken Desho Desho? / Aya Hirano"
},
"type": "anime"
},

@hufman
Copy link
Owner

hufman commented Mar 19, 2015

Huh so it does, and my unit tests just don't check those fields. I'll work on that as soon as I can, thanks!

@knoobie
Copy link
Author

knoobie commented Mar 19, 2015

Thank you! I love your API! As soon as I see another "feature/bug", I'll get back at you ;)

@hufman
Copy link
Owner

hufman commented Mar 19, 2015

Closed via 67e5fff

@hufman hufman closed this as completed Mar 19, 2015
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

No branches or pull requests

2 participants