xgate1 / pylast

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

get_album into Track class isn't woriking #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
line 1698 of version 0.3.0 is

        return Album(_extract(node, "artist"), _extract(node, "title"))

but it should be

        return Album(_extract(node, "artist"), _extract(node, "title"), self.api_key, self.api_secret, 
self.session_key)

Original issue reported on code.google.com by gianluca...@gmail.com on 13 Mar 2009 at 2:35

GoogleCodeExporter commented 8 years ago

Original comment by amr.hassan on 13 Mar 2009 at 3:17