From 24f49074bfd710e96d5bed3880b8a309ebd6c966 Mon Sep 17 00:00:00 2001 From: hugovk Date: Fri, 26 Dec 2014 23:20:39 +0200 Subject: [PATCH] Fix params --- pylast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylast.py b/pylast.py index 7dd418b..45ce68d 100644 --- a/pylast.py +++ b/pylast.py @@ -769,7 +769,7 @@ class _Network(object): self.scrobble_many(remaining_tracks) def get_play_links(self, link_type, things, cacheable=True): - method = type + ".getPlaylinks" + method = link_type + ".getPlaylinks" params = {} for i, thing in enumerate(things):