muh6mm3d / pylast

Automatically exported from code.google.com/p/pylast
Apache License 2.0
0 stars 0 forks source link

library.add_album doesn't work correctly, a member of stackoverflow found the cause #66

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Line 1957 (from trunk) should be:

params["artist"] = album.get_artist().get_name()
instead of:

params["artist"] = album.get_artist.get_name()

Original issue reported on code.google.com by trail2or...@gmail.com on 4 Apr 2011 at 10:19

GoogleCodeExporter commented 9 years ago
I've fixed this in my fork:
https://github.com/hugovk/pylast/issues/67

Original comment by hugovk@gmail.com on 1 Mar 2014 at 1:49