[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