From 6264b4fecc27271af847f44c92e3eb2512c65e83 Mon Sep 17 00:00:00 2001 From: hugovk Date: Fri, 24 Jul 2015 11:26:36 +0300 Subject: [PATCH] get_tagged_tracks: Use cacheable param --- pylast/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pylast/__init__.py b/pylast/__init__.py index 253013b..6ba0eb7 100644 --- a/pylast/__init__.py +++ b/pylast/__init__.py @@ -3536,7 +3536,8 @@ class User(_BaseObject, _Chartable): params['taggingtype'] = 'track' if limit: params['limit'] = limit - doc = self._request(self.ws_prefix + '.getpersonaltags', True, params) + doc = self._request(self.ws_prefix + '.getpersonaltags', cacheable, + params) return _extract_tracks(doc, self.network) def get_top_albums(