diff options
| author | tmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-04-16 02:33:45 +0000 |
|---|---|---|
| committer | tmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-04-16 02:33:45 +0000 |
| commit | d94eed2291a0bb14ad9d8514aeaa28a4121b1f84 (patch) | |
| tree | 06ca03dd537b579694179a71204a8e5c66877fd1 /bindings/python | |
| parent | 51335471c6d3ba50a65fc947a1649763c65d35f2 (diff) | |
| download | libgpod-d94eed2291a0bb14ad9d8514aeaa28a4121b1f84.tar.gz libgpod-d94eed2291a0bb14ad9d8514aeaa28a4121b1f84.tar.xz libgpod-d94eed2291a0bb14ad9d8514aeaa28a4121b1f84.zip | |
use the mac-style path for filename_ipod in the extended info file, like gtkpod does
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1415 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'bindings/python')
| -rw-r--r-- | bindings/python/ipod.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/ipod.py b/bindings/python/ipod.py index 199efb1..03bf4c9 100644 --- a/bindings/python/ipod.py +++ b/bindings/python/ipod.py @@ -394,7 +394,7 @@ class Track: self._userdata_into_default_locale('filename'), self)) self['userdata']['transferred'] = 1 - self['userdata']['filename_ipod'] = self.ipod_filename() + self['userdata']['filename_ipod'] = self._track['ipod_path'] return True def ipod_filename(self): |
