[linux-minidisc] [PATCH 13/17] 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:13:51 +0100
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:in-reply-to:references:from:date:subject:to:mime-version :content-type:x-bogosity:x-uid; b=Bd3nHAqJOaSETb4YvhYduGac/cNea3pxG4oHXxhI5o9WXoVq5H9K7VXtyL7Xxq7luj Gg+WdNFMXqlorozzdgxKc05Vbnn9feNSIUiZpye7lmuWQOfU+aqYCEzPnSwSfZ3+fZCJ NbANU3bAzVr4WLjoWYXrRBHZxWKkghbZ+mXYs=
- Subject: [linux-minidisc] [PATCH 13/17] 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):