[linux-minidisc] [PATCH 3/7] Put group name in return value, rather than its computed index.
- From: Vincent Pelletier <plr.vincent@gmail.com>
- To: linux-minidisc@lists.fu-berlin.de
- Date: Thu, 28 Jan 2010 08:40:48 +0100
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:in-reply-to:references:from:date:subject:to:x-bogosity :mime-version:content-type:content-transfer-encoding; b=epUwf+38EKmQ/p9AXDt0d69oVPROnq0Kqaob06Kic7GLrR2ln/G5aB5puBkviCaytS WGHbF5bQKdbYgLbKoAasQ0RCtKz+xf35riltbczN2lIyxLzV8AsHq7HteiEAwmZPY/YZ dRurYhY4sO3jmg7Icy/MIEuOHRvhKJkvNXWPg=
- Subject: [linux-minidisc] [PATCH 3/7] Put group name in return value, rather than its computed index.
---
netmd/libnetmd.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/netmd/libnetmd.py b/netmd/libnetmd.py
index a66a9d9..5a9829e 100644
--- a/netmd/libnetmd.py
+++ b/netmd/libnetmd.py
@@ -699,7 +699,7 @@ class NetMDInterface(object):
track_dict[track][1], group_name, group_index)
track_dict[track] = group_name, group_index
track_append(track)
- append((group, track_list))
+ append((group_name, track_list))
return result
def getTrackTitle(self, track, wchar=False):
--
1.6.6